Description Usage Arguments Value Note Author(s) References See Also Examples
View source: R/BioGeoBEARS_generics_v1.R
Utility function that runs
normalizePath
. Useful for running on
Mac vs. Windows.
1 |
path |
The path to run
|
... |
Additional arguments to
|
path
The path that was normalized.
Go BEARS!
Nicholas J. Matzke matzke@berkeley.edu
http://phylo.wikidot.com/matzke-2013-international-biogeography-society-poster
Matzke_2012_IBS
1 2 3 4 5 6 7 8 9 | # Get a path
extdata_dir = np(system.file("extdata", package="BioGeoBEARS"))
extdata_dir
path = paste(extdata_dir, "//", "Psychotria_5.2.newick", sep="")
path
path = np(path)
path
|
Loading required package: rexpokit
Loading required package: cladoRcpp
Loading required package: ape
Loading required package: phylobase
Attaching package: 'phylobase'
The following object is masked from 'package:ape':
edges
[1] "/usr/lib/R/site-library/BioGeoBEARS/extdata"
[1] "/usr/lib/R/site-library/BioGeoBEARS/extdata//Psychotria_5.2.newick"
[1] "/usr/lib/R/site-library/BioGeoBEARS/extdata/Psychotria_5.2.newick"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.