Usage
RFgetModelNames(type = RC_TYPENAMES, domain = RC_DOMAIN_NAMES, isotropy = RC_ISONAMES, operator = c(TRUE, FALSE), monotone = RC_MONOTONE_NAMES, implied_monotonicities = length(monotone) == 1, finiterange = c(TRUE, FALSE, NA), valid.in.dim = c(1, Inf), vdim = c(1, 5), group.by, simpleArguments = FALSE, internal, newnames)
Arguments
type, domain, isotropy, operator, monotone, finiterange, vdim
implied_monotonicities
logical. If TRUE
then
all the models with a stronger monotonocity than the required one
are also shown.
valid.in.dim
an optional integer indicating the dimension of
the space where the model is valid
group.by
an optional character string or NULL
; must be one of
'type'
,
'domain'
, 'isotropy'
, 'operator'
,
'monotone'
,
'finiterange'
,'maxdim'
,'vdim'
.
If group.by
is not given, the result is grouped by
'type'
if more than one type is given.
simpleArguments
logical. if TRUE
, only models
are considered whose arguments are all integer or real valued.
internal, newnames
both logical;
internal
might be also integer valued.
If any of them are given,
RFgetModelNames
behaves very differently.
See the Notes below.