DR | R Documentation |
DR
DR
has 3 components: df, index, gp.
DR(df, index, gp) ## S3 method for class 'DR' print(x, ...)
df |
a data frame |
index |
a data frame |
gp |
a ggplot object |
x |
an object of class |
... |
other parameters |
an object of S3 class DR
## Not run: # Load the library library(XGR) ## End(Not run) RData.location <- "http://galahad.well.ox.ac.uk/bigdata" ## Not run: DR(df, index, gp) ## End(Not run)