LocalInterface: Local Interface Functions

Description Usage Arguments

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

 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

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.


CornerstoneR documentation built on Aug. 28, 2020, 5:09 p.m.