hyp {hypeR}R Documentation

A hyp object

Description

A hyp object

Usage

hyp

Format

An object of class R6ClassGenerator of length 24.

Arguments

data

A dataframe returned by hypeR

plots

A list of plots returned by hypeR

args

A list of arguments passed to hypeR

Methods

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.

See Also

multihyp

Examples

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)


[Package hypeR version 1.2.0 Index]