mirror of
https://github.com/msberends/AMR.git
synced 2025-07-21 00:13:21 +02:00
(v2.1.1.9233) chore: make all argument texts full sentences
This commit is contained in:
@ -8,9 +8,9 @@ top_n_microorganisms(x, n, property = "fullname", n_for_each = NULL,
|
||||
col_mo = NULL, ...)
|
||||
}
|
||||
\arguments{
|
||||
\item{x}{A data frame containing microbial data}
|
||||
\item{x}{A data frame containing microbial data.}
|
||||
|
||||
\item{n}{An integer specifying the maximum number of unique values of the \code{property} to include in the output}
|
||||
\item{n}{An integer specifying the maximum number of unique values of the \code{property} to include in the output.}
|
||||
|
||||
\item{property}{A character string indicating the microorganism property to use for filtering. Must be one of the column names of the \link{microorganisms} data set: "mo", "fullname", "status", "kingdom", "phylum", "class", "order", "family", "genus", "species", "subspecies", "rank", "ref", "oxygen_tolerance", "source", "lpsn", "lpsn_parent", "lpsn_renamed_to", "mycobank", "mycobank_parent", "mycobank_renamed_to", "gbif", "gbif_parent", "gbif_renamed_to", "prevalence", or "snomed". If \code{NULL}, the raw values from \code{col_mo} will be used without transformation.}
|
||||
|
||||
|
Reference in New Issue
Block a user