Learn R Programming

BioGeoBEARS (version 0.2.1)

prflag: Utility function to conditionally print intermediate results

Description

Just a handy shortcut function, allowing other functions to optionally print, depending on the value of printflag.

Usage

prflag(x, printflag = TRUE)

Arguments

x
What to print.
printflag
If TRUE, do the printing

Value

nothing

References

http://phylo.wikidot.com/matzke-2013-international-biogeography-society-poster

Matzke_2012_IBS

See Also

get_daughters, chainsaw2

Examples

Run this code
test=1

Run the code above in your browser using DataLab