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

[logical(1)]
Quote all variables to cover invalid names. Use make.names as an alternative.

name

[character(1)]
Name for output to Cornerstone.

x

[character(1)]
String to check for invalid characters related to make.names. Add backticks, if necessary.

data

[data.frame]
Dataset with named columns. The names correspond to predictors and responses.

brush

[logical(1)]
Brushing of output dataset in Cornerstone across the R object.

width

[numeric(1)]
Width of exported plotting object. See pdf.

height

[numeric(1)]
Height of exported plotting object. See pdf.

R_object

[list]
List of exported R objects to Cornerstone.


[Package CornerstoneR version 2.0.2 Index]