NispElement | R Documentation |
Calculate NISP for each element of a taxon for each layer/context. Reads a zooarchaeological database and returns a .csv file with counts of elements (in rows) by layers/contexts (in columns).
NispElement(data, taxon)
data |
a data frame with zooarchaeological data. Should contain "layer", "taxon", "element", and "zone" columns. |
taxon |
the name of a target taxon |
NISP per element for a by layer/context, as a csv file and a data frame object.
NispElement(read.csv("my_data.csv", "sheep")) #add fileEncoding="UTF-8-BOM" to remove junk character added to first column name, or change it manually
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.