Usage
OverlapTaxa(data, Level, digits =2, file1 = "Overlap among taxa.csv",
file2 = "Mean overlap among taxa.csv", na = "NA", dec = ",", row.names = FALSE,
fileEncoding = "")
Arguments
data
The file Polar coodinates.CSV obtained from the function Niche().
Level
Taxonomic level to be selected, i.e., Class, Order, Family,
or Genus
digits
Integer indicating the number of decimal places of the overlap
values.
file1
CSV file. A character string naming the file with the overllap
among species.
file2
CSV file. A character string naming the file with mean and
standard deviation of the overlap for each taxonomic level selected by
the user.
na
CSV files. The string to use for missing values in the data.
dec
CSV files. The string to use for decimal points in numeric or
complex columns: must be a single character.
row.names
CSV files. Either a logical value indicating whether the
row names of x are to be written along with x, or a character vector of
row names to be written.
fileEncoding
CSV files. Character string: if non-empty declares
the encoding to be used on a file (not a connection) so the character
data can be re-encoded as they are written.