plot.dsensemble.pca: plot dsensemble pca results

View source: R/plot.R

plot.dsensemble.pcaR Documentation

plot dsensemble pca results

Description

plot dsensemble pca results

Usage

## S3 method for class 'dsensemble.pca'
plot(
  x,
  ...,
  pts = FALSE,
  target.show = TRUE,
  map.show = TRUE,
  it = 0,
  ip = 1,
  envcol = rgb(1, 0, 0, 0.2),
  legend.show = TRUE,
  verbose = FALSE
)

Arguments

x

input object to be plotted

...

additional arguments

pts

a boolean; if TRUE plot points?

target.show

a boolean; if TRUE show diagnostics as a target (see diagnose)

map.show

a boolean; if TRUE show map of stations

legend.show

a boolean; if TRUE show legend

verbose

a boolean; if TRUE print information about progress


metno/esd documentation built on April 29, 2024, 3:34 p.m.