mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 07:26:13 +01:00
website update
This commit is contained in:
parent
9c39c35f86
commit
7094c1f459
2
R/mic.R
2
R/mic.R
@ -242,7 +242,7 @@ summary.mic <- function(object, ...) {
|
||||
|
||||
#' @exportMethod plot.mic
|
||||
#' @export
|
||||
#' @importFrom graphics barplot axis
|
||||
#' @importFrom graphics barplot axis par
|
||||
#' @noRd
|
||||
plot.mic <- function(x,
|
||||
main = paste('MIC values of', deparse(substitute(x))),
|
||||
|
2
R/rsi.R
2
R/rsi.R
@ -441,7 +441,7 @@ plot.rsi <- function(x,
|
||||
#' @exportMethod barplot.rsi
|
||||
#' @export
|
||||
#' @importFrom dplyr %>% group_by summarise
|
||||
#' @importFrom graphics barplot axis
|
||||
#' @importFrom graphics barplot axis par
|
||||
#' @noRd
|
||||
barplot.rsi <- function(height,
|
||||
col = c('green3', 'orange2', 'red3'),
|
||||
|
Loading…
Reference in New Issue
Block a user