mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 23:41:57 +02:00
(v1.4.0.9037) random_* functions
This commit is contained in:
12
man/plot.Rd
12
man/plot.Rd
@ -1,13 +1,23 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/amr.R, R/mic.R, R/rsi.R
|
||||
% Please edit documentation in R/amr.R, R/disk.R, R/mic.R, R/rsi.R
|
||||
\name{plot}
|
||||
\alias{plot}
|
||||
\alias{plot.disk}
|
||||
\alias{plot.mic}
|
||||
\alias{barplot.mic}
|
||||
\alias{plot.rsi}
|
||||
\alias{barplot.rsi}
|
||||
\title{Plotting for classes \code{rsi} and \code{disk}}
|
||||
\usage{
|
||||
\method{plot}{disk}(
|
||||
x,
|
||||
main = paste("Disk zones values of", deparse(substitute(x))),
|
||||
ylab = "Frequency",
|
||||
xlab = "Disk diffusion (mm)",
|
||||
axes = FALSE,
|
||||
...
|
||||
)
|
||||
|
||||
\method{plot}{mic}(
|
||||
x,
|
||||
main = paste("MIC values of", deparse(substitute(x))),
|
||||
|
Reference in New Issue
Block a user