mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 20:46:12 +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
|
#' @exportMethod plot.mic
|
||||||
#' @export
|
#' @export
|
||||||
#' @importFrom graphics barplot axis
|
#' @importFrom graphics barplot axis par
|
||||||
#' @noRd
|
#' @noRd
|
||||||
plot.mic <- function(x,
|
plot.mic <- function(x,
|
||||||
main = paste('MIC values of', deparse(substitute(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
|
#' @exportMethod barplot.rsi
|
||||||
#' @export
|
#' @export
|
||||||
#' @importFrom dplyr %>% group_by summarise
|
#' @importFrom dplyr %>% group_by summarise
|
||||||
#' @importFrom graphics barplot axis
|
#' @importFrom graphics barplot axis par
|
||||||
#' @noRd
|
#' @noRd
|
||||||
barplot.rsi <- function(height,
|
barplot.rsi <- function(height,
|
||||||
col = c('green3', 'orange2', 'red3'),
|
col = c('green3', 'orange2', 'red3'),
|
||||||
|
Loading…
Reference in New Issue
Block a user