diff --git a/articles/plot_interactions_files/figure-html/unnamed-chunk-4-1.png b/articles/plot_interactions_files/figure-html/unnamed-chunk-4-1.png index cd198c5..fc0b245 100644 Binary files a/articles/plot_interactions_files/figure-html/unnamed-chunk-4-1.png and b/articles/plot_interactions_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/articles/plot_interactions_files/figure-html/unnamed-chunk-5-1.png b/articles/plot_interactions_files/figure-html/unnamed-chunk-5-1.png index 727ee88..1c004df 100644 Binary files a/articles/plot_interactions_files/figure-html/unnamed-chunk-5-1.png and b/articles/plot_interactions_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/pkgdown.yml b/pkgdown.yml index 8e382a9..b5b7692 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -12,4 +12,4 @@ articles: observed_lms_qml: observed_lms_qml.html plot_interactions: plot_interactions.html quadratic: quadratic.html -last_built: 2024-11-27T14:32Z +last_built: 2024-11-27T15:48Z diff --git a/reference/plot_jn.html b/reference/plot_jn.html index 17428c1..401f6bc 100644 --- a/reference/plot_jn.html +++ b/reference/plot_jn.html @@ -50,7 +50,18 @@
plot_jn(x, z, y, xz = NULL, model, min_z = -3, max_z = 3, alpha = 0.05, ...)
plot_jn(
+ x,
+ z,
+ y,
+ xz = NULL,
+ model,
+ min_z = -3,
+ max_z = 3,
+ alpha = 0.05,
+ detail = 1000,
+ ...
+)
The number of generated data points to use for the plot (default is 1000). You can increase this value for smoother plots.
Additional arguments (currently not used).