unique.parframe {dMod} | R Documentation |
Extract those lines of a parameter frame with unique elements in the value column
Description
Extract those lines of a parameter frame with unique elements in the value column
Usage
## S3 method for class 'parframe'
unique(x, incomparables = FALSE, tol = 1, ...)
Arguments
x |
parameter frame |
incomparables |
not used. Argument exists for compatibility with S3 generic. |
tol |
tolerance to decide when values are assumed to be equal, see |
... |
additional arguments being passed to |
Value
A subset of the parameter frame x
.
[Package dMod version 1.0.2 Index]