Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions R/list2incidenceMatrix.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#' Convert a list of character strings into an incidence matrix
#'
#' @param list A list of character strings, can be unique or redudant
#' @param type How the values of the indidence matrix will be filled, see details.
#' @param list A list of character strings, can be unique or redundant
#' @param type How the values of the incidence matrix will be filled, see details.
#' @return An incidence matrix, containing either binary (\code{TRUE/FALSE}) or integer values.
#'
#' Type 'binary' will produce a logical matrix, whereas 'count' will produce a matrix
#' where the frequency of the character strings in the list.
Expand Down
9 changes: 6 additions & 3 deletions man/list2incidenceMatrix.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading