Learn R Programming

XGR (version 1.1.4)

DR: Definition for S3 class DR

Description

DR has 3 components: df, index, gp.

Usage

DR(df, index, gp)

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

Arguments

df

a data frame

index

a data frame

gp

a ggplot object

x

an object of class DR

...

other parameters

Value

an object of S3 class DR

Examples

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

Run the code above in your browser using DataLab