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 @@
explorespec()
and sensmodel()
are now explicit in the function definition.as.rspec()
now works out of the box with tibble
, rather than requiring users to pass a standard data.frame.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")
-3D plot
-
-
+3D plot
+
+
## 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)
)
3D plot
- - +3D plot
+ + # For plotting convex hull tcsplot(tcs.sicalis, col = "blue", size = 0.005) tcsvol(tcs.sicalis)