print.pars: Nice display of tags and values of a sampletrees settings...

Description Usage Arguments Author(s) References See Also Examples

View source: R/pre_sampletrees.R

Description

This function prints out the values in a sampletrees settings object in a tabular format. The first column of the table is the names of all the tags. The second column gives their corresponding values.

Usage

1
2
## S3 method for class 'pars'
print(x, ...)

Arguments

x

An object of class 'pars'

...

additional arguments to print; currently unused

Author(s)

Kelly Burkett

References

Burkett KM, McNeney B, Graham J. Sampletrees and Rsampletrees: sampling gene genealogies conditional on SNP genotype data. Bioinformatics. 32:1580-2, 2016

See Also

summary.pars, checkArgs, print.treeoutput

Examples

1
2
3
runpars=newArgs()
print(runpars)
runpars

Rsampletrees documentation built on March 3, 2020, 1:07 a.m.