A hyp object
A hyp object
multihyp
dataA dataframe returned by hypeR()
plotsA list of plots returned by hypeR()
argsA list of arguments passed to hypeR()
infoExported information for reproducibility
new()Create a hyp object
hyp$new(data, plots = NULL, args = NULL, info = NULL)
dataA dataframe returned by hypeR()
plotsA list of plots returned by hypeR()
argsA list of arguments passed to hypeR()
infoExported 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)
deepWhether 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)