Version v0.3.0
New Featues
Functions
These functions are all heavily in development, and I cannot (and do not) guarantee their usability beyond the use cases presented in the example code. There are still some kinks to work out with the grouping solution. You are welcome to use them, but I would stick to the example cases for the next few weeks (don’t go crazy with any random fill or group aesthetics is all I will say). New additions to stats and geoms include:
-
geom_bar_sample,geom_col_sampleandstat_count_sample -
geom_count_sampleandstat_sum_sample geom_jitter_sample-
geom_density_sampleandstat_density_sample -
geom_text_sampleandgeom_label_sample geom_polygon_samplegeom_rug_sample-
geom_path_sample,geom_line_sample, andgeom_step_sample
We also have the addition of a discrete position distribution scale:
-
scale_x_discrete_distribution&scale_y_discrete_distribution
Data sets
As we go through and replicate the ggplot2 examples, we have been adding random versions of the ggplot2 data sets. This will make it clear to the users how the package works, and highlight that the uncertainty visualisation is a function of an existing graphic.
-
smaller_diamondsis a subset ofggplot2::diamonds -
smaller_uncertain_diamondsis a random variable version ofsmaller_diamonds -
uncertain_mpgis a random variable version ofggplot2::mpg -
uncertain_mtcarsis a random variable -
uncertain_economicsanduncertain_economics_longerare random variable version ofggplot2::economics
Version v0.2.0
Changes
- The
nvariable ingeom_sf_samplehas changed to thetimes- This avoids confusion as
nis used by someggplot2functions as a parameter. -
timesactually represents the sample size, whilenwas the dimension of the grid (so the actual sample used was ) - The most square factors of
timeswill be used to generate the subdivided grid
- This avoids confusion as
Version v0.1.0
CRAN release: 2025-07-31
Initial CRAN submission.
New features
Functions
-
geom_sf_sample(): Visualise an sf object with random variable for fill
