mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 21:41:55 +02:00
(v0.8.0.9027) adding susceptibility() and resistance()
This commit is contained in:
@ -2,13 +2,25 @@
|
||||
% Please edit documentation in R/deprecated.R
|
||||
\name{AMR-deprecated}
|
||||
\alias{AMR-deprecated}
|
||||
\alias{as.atc}
|
||||
\alias{p.symbol}
|
||||
\alias{portion_R}
|
||||
\alias{portion_IR}
|
||||
\alias{portion_I}
|
||||
\alias{portion_SI}
|
||||
\alias{portion_S}
|
||||
\title{Deprecated functions}
|
||||
\usage{
|
||||
as.atc(x)
|
||||
|
||||
p.symbol(...)
|
||||
|
||||
portion_R(...)
|
||||
|
||||
portion_IR(...)
|
||||
|
||||
portion_I(...)
|
||||
|
||||
portion_SI(...)
|
||||
|
||||
portion_S(...)
|
||||
}
|
||||
\description{
|
||||
These functions are so-called '\link{Deprecated}'. They will be removed in a future release. Using the functions will give a warning with the name of the function it has been replaced by (if there is one).
|
||||
|
Reference in New Issue
Block a user