Opts: Return the list 'opts'.

Description Usage Arguments Value

View source: R/tdmGeneralUtils.r

Description

Returns the list opts from objects of class TDMenvir, TDMclassifier, TDMregressor, tdmClass or tdmRegre.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
Opts(x, ...)

## S3 method for class 'TDMenvir'
Opts(x, ...)

## S3 method for class 'TDMclassifier'
Opts(x, ...)

## S3 method for class 'TDMregressor'
Opts(x, ...)

## S3 method for class 'tdmClass'
Opts(x, ...)

## S3 method for class 'tdmRegre'
Opts(x, ...)

## Default S3 method:
Opts(x, ...)

Arguments

x

an object of class TDMenvir, TDMclassifier, tdmClass, TDMregressor or tdmRegre.

...

– currently not used –

Value

the list opts with DM-specific settings contained in the specified object


TDMR documentation built on March 3, 2020, 1:06 a.m.