scrumpSider: Loads isotopic and phylogenetic data

Description Usage Arguments Details Author(s) See Also Examples

View source: R/scrumpSider.R

Description

Loads isotopic and phylogenetic data for SIDER analysis and allows to visualise data for specific taxa or visualise specific trees.

Usage

1
scrumpSider(iso.data, tree)

Arguments

iso.data

A species name (character, or the numeric value of its corresponding row), a vector of species names or "all" to display the related isotopic data. If iso.data is provided then tree should not be provided.

tree

The ID of a specific tree to display (numeric) or a "all" to display all trees. If iso.data is provided, then tree should not be.

Details

The function always loads the isotopic data set and the multiple phylogenies. Only one or other of iso.data and tree should be provided by the user. It will return an error if both are given.

Author(s)

Thomas Guillerme

See Also

link{isotope_data}, link{combined_trees}

Examples

1
2
3
4
5
## Displaying information for a specific species
scrumpSider(iso.data = "Homo_sapiens")

## Displaying information for a specific tree
scrumpSider(tree = 1)

healyke/SIDER documentation built on April 19, 2020, 7:15 p.m.