PlanktonTeam / planktonr

r Package for the analysis and visualisation of plankton data
https://planktonteam.github.io/planktonr/
Other
4 stars 1 forks source link

Passthrough ggplot options to plotting functions #230

Open jaseeverett opened 1 year ago

jaseeverett commented 1 year ago

Many of the plotting functions do not render very nicely in the vignettes. When we use them in BOO (https://shiny.csiro.au/BioOceanObserver/) additional plotting options are added. We need to update these plotting functions to allow the user to have greater control over the output (colours, point/line size etc) during the plot creation

jaseeverett commented 1 year ago

We have come up with some nice methods for this in spatialplanr that can be implemented here in planktonr. I will get Sandra to finalise the spatialplanr instance and then I will move the approach across here.