| as.ev {mrgsolve} | R Documentation |
Coerce an object to class ev
as.ev(x, ...) ## S4 method for signature 'data.frame' as.ev(x, keep_id = TRUE, clean = FALSE, ...) ## S4 method for signature 'ev' as.ev(x, ...)
x |
An object to coerce. |
... |
Not used. |
keep_id |
If |
clean |
If |
An object with class ev.
data <- data.frame(amt = 100) as.ev(data)