NispTaxon | R Documentation |
Calculate NISP by taxon for each layer/context. Reads a zooarchaeological database and returns a .csv file with taxain rows and layers/contexts in columns.
NispTaxon(data)
data |
a data frame with zooarchaeological data. Should contain "layer", "taxon", "element", and "zone" columns. |
NISP per taxon by layer/context, as a csv file.
NispTaxon(read.csv("my_data.csv")) #junk characters added to the first colname when file is in UTF-8; rename manually or import data with fileEncoding="UTF-8-BOM"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.