plotSpectralOutput: Plot spectral output

View source: R/workflow.R

plotSpectralOutputR Documentation

Plot spectral output

Description

Plot spectral output

Usage

plotSpectralOutput(
  normalized,
  indices = c("RABD615", "RABD660670", "RABD845", "R570R630", "R590R690"),
  file.type = "png",
  fig.width = 20,
  fig.length = NA,
  fig.units = "in",
  ...
)

Arguments

normalized

The output of normalize()

indices

Which indices to plot? see ?calculateIndices for options

file.type

Export file type (default = "png")

fig.width

Width of the overview plot in fig.units (individual plots will be half as wide) (default = 20)

fig.length

Length of the overview plot in the fig.units, if NA, will use core length (default = NA)

fig.units

Units for fig dimensions (default = "in"s)

...

Arguments passed on to plotSpectralDashboard

tol

nickmckay/specimR documentation built on July 6, 2022, 8:09 p.m.