unique.parframe: Extract those lines of a parameter frame with unique elements...

Description Usage Arguments Value

View source: R/parClass.R

Description

Extract those lines of a parameter frame with unique elements in the value column

Usage

1
2
## 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 plotValues().

...

additional arguments being passed to plotValues(), e.g. for subsetting.

Value

A subset of the parameter frame x.


dMod documentation built on Jan. 27, 2021, 1:07 a.m.