- The
rasterise.Layer
method appends rasterisation information at the layer level, rather than at the geom level.
rasterise
function now can work with whole ggplot objects
ggrastr
has gone through no major revisions in over a year. In order to avoid any confusion, this should be released with a major version.
- Function
rasterise()
changed to work with multiple layers - Function
rasterise()
now works withgeom_sf()
, i.e. should find any layers in a valid input list, and rasterize this. - Parameter
scale
added torasterise()
. This scales the 'height' and 'weight' of the raster objects - Updates to roxygen2, added types
- Add global option for
dpi
usingoptions(ggrastr.default.dpi=N)
. PR found here: #21 - Slight corrections to roxygen2 docs
- Vignettes edited accordingly
- Use both html and markdown for vignettes, link to README
- Changes to be in sync with ggrastr version 0.2.1 on CRAN: https://cran.rstudio.com/src/contrib/ggrastr_0.2.1.tar.gz
- Aesthetic revisions to the github README
- Otherwise, this version mirrors https://github.com/VPetukhov/ggrastr/releases/tag/v0.2.0
- Refactor code to use rasterise()
- Added
geom_violin_rast()
as a feature request - Updated vignettes accordingly
- Updated README
- Fixed aspect ratio problems. Consequently,
raster.width
andraster.height
parameters were removed.
- Added geom-jitter-rast
- Revised vignettes to detail all functions
- Revisions for first version on CRAN.
- Documentation revisions, changes to the vignettes
- All pararmeters
width
,hight
anddpi
renamed toraster.width
,raster.hight
andraster.dpi
correspondingly to avoid name conflicts.
- geom_beeswarm_rast
- geom_quasirandom_rast
- geom_tile_rast
- geom_point_rast
- geom_boxplot_jitter
- theme_pdf