Use the viridis colorramp in plotmap as default. The model can contain the special column name .wavelength to specify the wavelength axis.
1 2 3 4 5 6 7 | plotmap_viridis(
object,
model = spc ~ x * y,
func = mean,
func.args = list(),
...
)
|
object |
the |
model |
formula specifying the columns of object that are to be
displayed by |
func |
Before plotting, This can be suppressed manually by setting |
func.args |
Before plotting, This can be suppressed manually by setting |
... |
further arguments are passed down the call chain, and finally
to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.