im.csv.read | R Documentation |
Wrapper around the read_csv
function from the readr
package \insertCitewickham_readr_2024lakhesis. Read a .csv
file in which the first column represents row elements and the second column represents column elements, and convert it into an incidence matrix.
im.csv.read(
filename,
header = FALSE,
characterencoding = "iso-8859-1",
remove.hapax = FALSE
)
filename |
The filename to uploaded (must be in |
header |
If the |
characterencoding |
File encoding as used by |
remove.hapax |
Remove any row or column which has a sum of 1 (i.e., is only attested once), since they do not directly contribute to the result of the seriation. Default is |
An incidence matrix of binary values (0 = row/column occurrence is absence; 1 = row/column occurrence is present).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.