hyp | R Documentation |
A hyp object
A hyp object
multihyp
data
A dataframe returned by hypeR()
plots
A list of plots returned by hypeR()
args
A list of arguments passed to hypeR()
info
Exported information for reproducibility
new()
Create a hyp object
hyp$new(data, plots = NULL, args = NULL, info = NULL)
data
A dataframe returned by hypeR()
plots
A list of plots returned by hypeR()
args
A list of arguments passed to hypeR()
info
Exported information for reproducibility
A new hyp object
print()
Print hyp obect
hyp$print()
NULL
as.data.frame()
Extract dataframe from hyp obect
hyp$as.data.frame()
NULL
clone()
The objects of this class are cloneable with this method.
hyp$clone(deep = FALSE)
deep
Whether to make a deep clone.
data <- data.frame(replicate(5,sample(0:1,10,rep=TRUE)))
args <- list("arg_1"=1, "arg_2"=2, "arg_3"=3)
hyp_obj <- hyp$new(data, args=args)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.