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.
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)
[logical(1)
]
Quote all variables to cover invalid names.
Use make.names
as an alternative.
[character(1)
]
Name for output to Cornerstone.
[character(1)
]
String to check for invalid characters related to make.names
.
Add backticks, if necessary.
[data.frame
]
Dataset with named columns. The names correspond to predictors and responses.
[logical(1)
]
Brushing of output dataset in Cornerstone across the R object.
[numeric(1)
]
Width of exported plotting object. See pdf
.
[numeric(1)
]
Height of exported plotting object. See pdf
.
[list
]
List of exported R objects to Cornerstone.