filt_params {SIAMCAT}R Documentation

Retrieve the list of filtering parameters from object.

Description

Retrieve the list of filtering parameters from object.

Usage

filt_params(siamcat, verbose=1)

## S4 method for signature 'ANY'
filt_params(siamcat, verbose = 1)

Arguments

siamcat

(Required). An instance of siamcat-class that contains a filt_feat object

verbose

If the slot is empty, should a message be printed? values can be either 0 (no output) or 1 (print message)

Value

The list of filtering parameters or NULL.

Examples

    data(siamcat_example)
    filt_params(siamcat_example)

[Package SIAMCAT version 1.2.1 Index]