Max / Min for dfts Objects
minmax.Rd
Get the observation(s) or pointwise values with the min / max values. When
using type='Obs'
, the selected observation is the one with the
minimum or maximum mean. When using type='fparam'
, the values are
given pointwise.
Arguments
- x
A dfts object or data which can be automatically converted to that format. See
dfts()
.- type
String indicating if finding for observation ('Obs'), or for pointwise values ('fparam').
- na.rm
Boolean if NA values should be removed. Defaults to TRUE.
- ...
Additional parameters to pass to base R's
min
ormax
functions. They are only used in thetype='fparam'
case.