diff --git a/news/index.html b/news/index.html index 72edb75c..de893350 100644 --- a/news/index.html +++ b/news/index.html @@ -76,7 +76,8 @@

NEW FEATURES AND SIGNIFICAN

MINOR FEATURES AND BUG FIXES

-
diff --git a/pkgdown.yml b/pkgdown.yml index bc7bdde4..040aee0f 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -1,9 +1,9 @@ pandoc: 3.1.11 pkgdown: 2.1.0.9000 -pkgdown_sha: f20a64976d359c3f763c34f92cae9c0bc87ba5be +pkgdown_sha: 502c3e2ce0df6c7236d87098637073eaba61c5f4 articles: pavo: pavo.html -last_built: 2024-07-09T06:15Z +last_built: 2024-08-02T14:42Z urls: reference: https://pavo.colrverse.com/reference article: https://pavo.colrverse.com/articles diff --git a/reference/aggplot-1.png b/reference/aggplot-1.png index 6ecb727f..a1371872 100644 Binary files a/reference/aggplot-1.png and b/reference/aggplot-1.png differ diff --git a/reference/aggplot-2.png b/reference/aggplot-2.png index 2bf5456c..05698f98 100644 Binary files a/reference/aggplot-2.png and b/reference/aggplot-2.png differ diff --git a/reference/aggplot-3.png b/reference/aggplot-3.png index 1b6da8c5..c1f0c959 100644 Binary files a/reference/aggplot-3.png and b/reference/aggplot-3.png differ diff --git a/reference/aggplot-4.png b/reference/aggplot-4.png index b848141d..29ea734c 100644 Binary files a/reference/aggplot-4.png and b/reference/aggplot-4.png differ diff --git a/reference/explorespec.html b/reference/explorespec.html index 83ef7ba4..992d3713 100644 --- a/reference/explorespec.html +++ b/reference/explorespec.html @@ -78,7 +78,7 @@

Plot spectral curves

explorespec(
   rspecdata,
-  by = NULL,
+  by = 1,
   scale = c("equal", "free"),
   legpos = "topright",
   ...
diff --git a/reference/plot.colspace.html b/reference/plot.colspace.html
index 528aa5cb..2ec1d5a4 100644
--- a/reference/plot.colspace.html
+++ b/reference/plot.colspace.html
@@ -181,9 +181,9 @@ 

Examples

tcs.breast <- subset(tcs.sicalis, "B") tcsplot(tcs.crown, col = "blue") tcspoints(tcs.breast, col = "red") - - - + + + ## Plot convex hull in interactive tetrahedron tcsplot(tcs.sicalis, col = "blue", size = 0.005) tcsvol(tcs.sicalis) diff --git a/reference/sensmodel.html b/reference/sensmodel.html index f430e4ea..13083c7e 100644 --- a/reference/sensmodel.html +++ b/reference/sensmodel.html @@ -87,7 +87,7 @@

Modeling spectral sensitivity

beta = TRUE, om = NULL, integrate = TRUE, - sensnames = NULL + sensnames = paste0("lmax", peaksens) )
diff --git a/reference/tcsplot.html b/reference/tcsplot.html index c57a59f1..bae50a92 100644 --- a/reference/tcsplot.html +++ b/reference/tcsplot.html @@ -241,9 +241,9 @@

Examples

tcs.breast <- subset(tcs.sicalis, "B") tcsplot(tcs.crown, col = "blue") tcspoints(tcs.breast, col = "red") - - - + + + # For plotting convex hull tcsplot(tcs.sicalis, col = "blue", size = 0.005) tcsvol(tcs.sicalis)