From 39d541c6df6c7c71f73bbd8bb3d3f0f8d5c5a5de Mon Sep 17 00:00:00 2001 From: Siel Date: Wed, 5 Jun 2024 16:18:57 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20dev=20from=20@=20LAPKB/Pmetric?= =?UTF-8?q?s@c4212b14f93b403cee8aabdb84c519543cc6c005=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/plotly.html | 36 ++++++++++++++++++------------------ articles/pta.html | 6 +++--- pkgdown.yml | 2 +- reference/ab_line.html | 4 ++-- reference/add_shapes.html | 4 ++-- reference/add_smooth.html | 4 ++-- reference/plot.PM_cov.html | 10 +++++----- reference/plot.PM_cycle.html | 8 ++++---- reference/plot.PM_data.html | 8 ++++---- reference/plot.PM_final.html | 10 +++++----- reference/plot.PM_op.html | 14 +++++++------- reference/plot.PMcycle.html | 4 ++-- reference/sub_plot.html | 2 +- search.json | 2 +- 14 files changed, 57 insertions(+), 57 deletions(-) diff --git a/articles/plotly.html b/articles/plotly.html index 227fe582..6e773548 100644 --- a/articles/plotly.html +++ b/articles/plotly.html @@ -159,14 +159,14 @@

Line attributes
 NPex$op$plot()
-

Below is a simple example of how to change the default lines plotted, +

Below is a simple example of how to change the default lines plotted, but retain the default formatting. Now a linear regression (using the R lm function) is plotted with a reference line, but not a loess regression.

 NPex$op$plot(line = list(lm = T, loess = F, ref = T))
-

The default formats for lines may differ from function to function +

The default formats for lines may differ from function to function and are indicated in the help files. However all lines may be formatted using three arguments as a list.