occCite (version 0.4.5)

tabulate.occResults: Tabulate occurrence results

Description

This is a helper function that tabulates `occCiteData` objects for use by occCiteMap and `plot`.

Usage

tabulate.occResults(x, sp.name)

Arguments

x

One species' worth of results from an `occCiteData` object

sp.name

A character string that is a species name from `x`

Value

A table that can be more easily mapped and used for summary plots.

Examples

Run this code
# NOT RUN {
data(myOccCiteObject)
tabulate.occResults(myOccCiteObject@occResults,
                    sp.name = "Protea cynaroides")

# }

Run the code above in your browser using DataLab