Use the viridis colorramp in plotmap as default. The model can contain the special column name .wavelength to specify the wavelength axis.
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 |