read_bin_table {nichevol} | R Documentation |
Read tables of binary niche characters from directory
Description
Read one or multiple tables binary niche characters from directory.
Usage
read_bin_table(file)
read_bin_tables(directory)
Arguments
file |
(character) name of CSV file containing a table of binary niche characters. |
directory |
(character) name of directory where tables of binary niche characters were written as CSV files. |
Value
A matrix if read_bin_table
is used.
A list of matrices if read_bin_tables
is used.
[Package nichevol version 0.1.20 Index]