website update

This commit is contained in:
dr. M.S. (Matthijs) Berends 2019-06-16 22:14:43 +02:00
parent 9c39c35f86
commit 7094c1f459
2 changed files with 2 additions and 2 deletions

View File

@ -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))),

View File

@ -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'),