+
+
+
+
+
+
+ expand the dimension values into a list
+diff --git a/articles/stars1.html b/articles/stars1.html index bb36be73..e0f12843 100644 --- a/articles/stars1.html +++ b/articles/stars1.html @@ -596,7 +596,7 @@
## user system elapsed
-## 1.063 0.147 0.697
+## 1.020 0.174 0.671
This takes only around 1 second, since only those pixels are read that can be seen on the plot. If we read the entire image in memory first, as we would do with
@@ -405,12 +405,12 @@Doing this allows for optimizing the order in which operations are
done. As an example, for st_apply
, reading can be done
sequentially over the dimensions over which the function is applied:
## user system elapsed
-## 0.703 0.212 0.377
+## 0.716 0.196 0.377
diff --git a/pkgdown.yml b/pkgdown.yml
index 7985218a..148ffaf9 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -10,5 +10,5 @@ articles:
stars6: stars6.html
stars7: stars7.html
stars8: stars8.html
-last_built: 2024-01-26T07:52Z
+last_built: 2024-01-26T08:03Z
diff --git a/reference/expand_dimensions.html b/reference/expand_dimensions.html
new file mode 100644
index 00000000..d7c029cc
--- /dev/null
+++ b/reference/expand_dimensions.html
@@ -0,0 +1,100 @@
+
+expand the dimension values into a list
+geom_stars()
theme_stars()