unique.parframe {dMod} | R Documentation |
Extract those lines of a parameter frame with unique elements in the value column
## S3 method for class 'parframe'
unique(x, incomparables = FALSE, tol = 1, ...)
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 |
A subset of the parameter frame x
.