pca module server logic
pca(
input,
output,
session,
clarion,
width = 28,
height = 28,
ppi = 72,
scale = 1
)
Shiny's input object
Shiny's output object
Shiny's session object
A clarion object. See Clarion
. (Supports reactive)
Width of the plot in cm. Defaults to 28 and supports reactive.
Height of the plot in cm. Defaults to 28 and supports reactive.
Pixel per inch. Defaults to 72 and supports reactive.
Scale plot size. Defaults to 1, supports reactive.
A reactive containing list with dimensions.
Width/ height/ ppi less or equal to zero will use default value.