RS-eco

Results 4 issues of RS-eco

Adding a dpi setting to the knitr::chunk_options() ```{r} knitr::opts_chunk$set( dpi=300, collapse = TRUE, comment = "#>" ) ``` of any vignette, for example: annotation.Rmd of the patchwork package, results in...

Is there an easy way to combine tag_facets() with plot_annotation() when combining a facet plot with another plot? ``` library(ggplot2); library(tagger); library(patchwork) # Create facet_plot with tags (p1

The plot.mcmc() function works fine for the example provided, but if the raster input dataset is not a simulated squared-raster layer but a masked raster layer (i.e. South America) the...

I would like to have a slightly different colour tone for the wp bar than for the activity bars. Maybe this would be something easy to implement, by either adding...