Learn R Programming

XGR (version 1.1.7)

GS: Definition for S3 class GS

Description

GS has 2 components: set_info, gs.

Usage

GS(set_info, gs)

# S3 method for GS print(x, ...)

Arguments

set_info

a data frame

gs

a list

x

an object of class GS

...

other parameters

Value

an object of S3 class GS

Examples

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

Run the code above in your browser using DataLab