show-phyloCompData-method: Show method for 'phyloCompData' object

show,phyloCompData-methodR Documentation

Show method for phyloCompData object

Description

Show method for phyloCompData object.

Usage

## S4 method for signature 'phyloCompData'
show(object)

Arguments

object

A phyloCompData object

Author(s)

Charlotte Soneson, Paul Bastide

Examples

mydata <- generateSyntheticData(dataset = "mydata", n.vars = 1000, 
                                samples.per.cond = 5, n.diffexp = 100,
                                id.species = factor(1:10),
                                tree = ape::rphylo(10, 1, 0),
                                lengths.relmeans = "auto", lengths.dispersions = "auto")
mydata

csoneson/compcodeR documentation built on Oct. 25, 2023, 1:28 a.m.