nestAbund.readcsv {nestAbund2}R Documentation

reads input file (comma-separated values)

Description

reads input file (comma-separated values)

Usage

nestAbund.readcsv(fName = NULL)

Arguments

fName

comma-separated value (.csv) formatted file containing input data.

Details

For input file, variable names must be on the 1st line of the file and match the case of these:

See Also

nestAbund.runmod, nestAbund.sim, nestAbund.gui

Examples

    nestAbund.readcsv('sample_data2.csv')


[Package nestAbund2 version 0.1.0 Index]