| plotHover.ArraySpeciesBySize | R Documentation |
Creates an interactive plotly version of a mizer plot. Can be called on any
mizer array object (such as those returned by getEncounter(),
getBiomass(), etc.) or on any mizer_plot object returned by the named
plot functions such as plotBiomass(), plotSpectra(), etc.
## S3 method for class 'ArrayTimeBySpecies'
plotHover(x, ...)
## S3 method for class 'MizerScan'
plotHover(x, ...)
plotHover(x, ...)
x |
A |
... |
Arguments passed to the corresponding |
A plotly object.
plot(), plotBiomass(), plotSpectra(), plotting_functions
plotHover(getEncounter(NS_params))
plotHover(getBiomass(NS_sim))
plotHover(getFMort(NS_sim))
plotHover(getResourceMort(NS_params))
plotHover(NResource(NS_sim))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.