Learn R Programming

Rsampletrees (version 1.0.3)

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

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

# S3 method for pars
print(x, …)

Arguments

x

An object of class 'pars'

...

additional arguments to print; currently unused

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

Run this code
# NOT RUN {
runpars=newArgs()
print(runpars)
runpars
# }

Run the code above in your browser using DataLab