mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 13:42:04 +02:00
documentation fix
This commit is contained in:
@ -18,10 +18,10 @@ rsi_predict(x, col_ab, col_date = NULL, year_min = NULL,
|
||||
info = TRUE, ...)
|
||||
|
||||
\method{plot}{resistance_predict}(x,
|
||||
main = paste("Resistance prediction of", attributes(x)$ab), ...)
|
||||
main = paste("Resistance Prediction of", x_name), ...)
|
||||
|
||||
ggplot_rsi_predict(x, main = paste("Resistance prediction of",
|
||||
attributes(x)$ab), ribbon = TRUE, ...)
|
||||
ggplot_rsi_predict(x, main = paste("Resistance Prediction of", x_name),
|
||||
ribbon = TRUE, ...)
|
||||
}
|
||||
\arguments{
|
||||
\item{x}{a \code{data.frame} containing isolates.}
|
||||
|
Reference in New Issue
Block a user