hyp {hypeR} | R Documentation |
A hyp object
hyp
An object of class R6ClassGenerator
of length 24.
A dataframe returned by hypeR
A list of plots returned by hypeR
A list of arguments passed to hypeR
print(hyp)
shows some information about the object data as
well as the arguments used in creating it.
hyp$as.data.frame()
returns the dataframe slot.
multihyp
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)