NispTaxon: NispTaxon

View source: R/NispTaxon.R

NispTaxonR Documentation

NispTaxon

Description

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.

Usage

NispTaxon(data)

Arguments

data

a data frame with zooarchaeological data. Should contain "layer", "taxon", "element", and "zone" columns.

Value

NISP per taxon by layer/context, as a csv file.

Examples

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"

nmar79/SEAcalc documentation built on May 2, 2022, 12:44 p.m.