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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | 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)
|
quote |
[ |
name |
[ |
x |
[ |
data |
[ |
brush |
[ |
width |
[ |
height |
[ |
R_object |
[ |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.