I was working on some figures for a manuscript, and was finding difficulty with determining how exactly the qqplot works inside the DHARMa machinations, because I wanted a prettier plot. I wrote some ...
res <- tar_dir({ tar_script({ library(geotargets) tar_option_set(packages = c("terra", "ggplot2", "tidyterra", "magick")) list( tar_terra_rast( name = rastex, command ...
Create R data visualizations easily with a few lines of simple code using the ggcharts R package. Plus, the resulting charts and graphs are customizable ggplot objects. ggplot2 is an enormously ...
See how easy it is to create interactive web graphs from ggplot2 visualizations with the ggiraph R package. You can even link graphs so that clicking one dataviz affects the display of another. Static ...