Learn R Programming

XGR (version 1.1.5)

ls_eTerm: Definition for S3 class ls_eTerm

Description

ls_eTerm has 3 components: df, mat and gp.

Usage

ls_eTerm(df, mat, gp)

# S3 method for 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

Run this code
# NOT RUN {
# Load the library
library(XGR)
# }
# NOT RUN {
RData.location <- "http://galahad.well.ox.ac.uk/bigdata"
# }
# NOT RUN {
ls_eTerm(df, mat, gp)
# }

Run the code above in your browser using DataLab