ls_eTerm: Definition for S3 class 'ls_eTerm'

Description Usage Arguments Value Examples

View source: R/ClassMethod-XGR.r

Description

ls_eTerm has 3 components: df, mat and gp.

Usage

1
2
3
4
ls_eTerm(df, mat, gp)

## S3 method for class 'ls_eTerm'
print(x, ...)

Arguments

df

a data frame

mat

a matrix

gp

a ggplot object

x

an object of class ls_eTerm

...

other parameters

Value

an object of S3 class ls_eTerm

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
# Load the library
library(XGR)

## End(Not run)
RData.location <- "http://galahad.well.ox.ac.uk/bigdata"
## Not run: 
ls_eTerm(df, mat, gp)

## End(Not run)

XGR documentation built on Jan. 8, 2020, 5:06 p.m.

Related to ls_eTerm in XGR...