diff --git a/articles/Visualization-tools.html b/articles/Visualization-tools.html index e27c512c..4928237a 100644 --- a/articles/Visualization-tools.html +++ b/articles/Visualization-tools.html @@ -90,7 +90,7 @@
vignettes/Visualization-tools.Rmd
Visualization-tools.Rmd
There are several parameters that control the feel of the result.
L
and res
control the length and resolution,
@@ -529,7 +532,10 @@
-g + coord_polar()
g + coord_polar()
+#> Warning: Computation failed in `stat_streamline()`.
+#> Caused by error in `[.data.table`:
+#> ! Supplied 5 items to be assigned to group 1 of size 4 in column 'step'. The RHS length must either be 1 (single values are ok) or match the LHS length exactly. If you wish to 'recycle' the RHS please use rep() explicitly to make this intent clear to readers of your code.
stat_streamline()
computes three useful variables.
step
is the integration step, and dx
and
@@ -549,7 +555,10 @@
vignettes/Working-with-data.Rmd
Working-with-data.Rmd
trans
argument of scales has been renamed to transform
following ggplot2’s change.
scale_mag()
internals are now much simpler and inherits all the functionality from common continuous scales. (thanks @teunbrand for the suggestion, #186)step
computed variable in geom_streamline()
now goes from 0 to the total number of steps instead of from negative half to positive half.