LocalInterface {CornerstoneR} | R Documentation |
Local Interface Functions
Description
CS-R interface functions are defined in package namespace via this file. Each function overwrites itself with the corresponding counterpart defined in the global environment from CS.
Usage
invokeFromR()
cs.in.auxiliaries(quote = FALSE)
cs.in.brushed()
cs.in.dataset()
cs.in.excluded()
cs.in.groupvars(quote = FALSE)
cs.in.predictors(quote = FALSE)
cs.in.responses(quote = FALSE)
cs.in.Robject(name = NA)
cs.in.scriptvars(name = NA)
cs.in.subsets()
cs.in.subsets.current()
cs.quote(x)
cs.out.dataset(data, name = NA, brush = FALSE)
cs.out.emf(name = NULL, width = 10, height = 10)
cs.out.png(name = NULL, width = 480, height = 480)
cs.out.Robject(R_object, name = NA)
Arguments
quote |
[ |
name |
[ |
x |
[ |
data |
[ |
brush |
[ |
width |
[ |
height |
[ |
R_object |
[ |