pl: Strip function

Description Usage Arguments

Description

Strip function

Usage

1
2
3
pl(x = 1:nrow(dpca$ind$contrib), y = dpca$call$X[, sstf], tp = "p",
  sdif = "sdif", sdifval = 3, pcadf = cluscont, cl, clII, mn, nm, nmII,
  envr = zz, qplot = TRUE, verbose = TRUE, naam = "naam")

Arguments

x

Coordinates of points in the plot. Alternatively, a single plotting structure, function or any R object with a plot method can be provided

y

The y coordinates of points in the plot, optional if x is an appropriate structure.

tp

Character vector. The type of plot. Defaults to a point plot. Types are "p" for points, "l" for lines, "b" for both, "c" for the lines part alone of "b", "o" for both overplotted, "h" for histogram like (or high-density) vertical lines, "s" for stair steps, "S" for other steps, "n" for no plotting.

sdif

Character vector. Name of the column containing difference between wall and chimney temp

sdifval

Numeric. Used in logical as minimum sdif

pcadf

Data frame. The PCA data frame

cl

Numeric. Contribution. To be used in the contribution slider

clII

Numeric. Cos2 contribution. To be used in the cos2 > slider

mn

Numeric. To be used for the month slider

nm

Character vector. Contribution dimension to be used in picker.

nmII

Character vector. Cos2 dimension to be used in picker.

envr

Environment under consideration

qplot

Logical. Create a qplot or not?

verbose

Logical. Display function messages or not?

naam

Character vector. Header for graphs


Boshoffsmit/novaFire documentation built on May 6, 2019, 7:59 a.m.