Function is used to plot data output from the PCA
1 2 3 |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.