Description Usage Arguments Value See Also Examples
Check whether aggregated or discretised data are present.
(See do_aggr
and do_disc
for
generating such data.) This always returns FALSE
for the OPM
class, but not necessarily for
its child classes. Alternatively, check for NA
values in the metadata or the estimated parameters.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ## S4 method for signature 'MOPMX'
anyNA(x, recursive = TRUE)
## S4 method for signature 'OPM'
anyNA(x, recursive = TRUE)
## S4 method for signature 'OPMA'
anyNA(x, recursive = TRUE)
## S4 method for signature 'OPMD'
anyNA(x, recursive = TRUE)
## S4 method for signature 'OPMS'
anyNA(x, recursive = TRUE)
## S4 method for signature 'MOPMX'
has_aggr(object, ...)
## S4 method for signature 'OPM'
has_aggr(object)
## S4 method for signature 'OPMS'
has_aggr(object, ...)
## S4 method for signature 'MOPMX'
has_disc(object, ...)
## S4 method for signature 'OPM'
has_disc(object)
## S4 method for signature 'OPMS'
has_disc(object, ...)
|
object |
|
x |
|
recursive |
Logical scalar. When |
... |
Optional arguments passed between the methods. |
Logical vector, one element per plate, or logical scalar
(in the case of anyNA
).
Other getter-functions: aggr_settings
,
aggregated
, anyDuplicated
,
contains
, csv_data
,
dim
, disc_settings
,
discretized
, duplicated
,
hours
, max
,
measurements
, minmax
,
seq
, subset
,
thin_out
, well
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.