raw2freqdata {PopulationGrowthR}R Documentation

Extract Frequency and Specimen data from the raw data

Description

Extract Frequency and Specimen data from the raw data

Usage

raw2freqdata(rawdata, species = "species", year = "year")

Arguments

rawdata

a dataframe containing species, year

species

name of the column containing species names

year

name of the column containing year

Value

Retirns a list of two dataframes

Examples

cleandata = raw2freqdata(rawdata)
fdata = cleandata$data
yeardata = cleandata$yeardata

[Package PopulationGrowthR version 0.1.1 Index]