feature_classes: Helper function to select feature classes

View source: R/SWD_short_helpers.R

feature_classesR Documentation

Helper function to select feature classes

Description

Helper function to select feature classes

Usage

feature_classes(f.clas = "all")

Arguments

f.clas

(character) feature classes can be selected from five different combination sets or manually. Combination sets are: "all", "basic", "no.t.h", "no.h", and "no.t". Default = "all". basic = "l", "lq", "lqp", "lqpt", "lqpth". Combinations "no.t.h", "no.h", and "no.t", exclude t and/or h. See details for all the available potential combinations of feature classes.

Details

Below all potential combinations of feature classes are shown. Manual selection can be done by creating a vector of one or more of the combinations of this list. l = linear, q = quadratic, p = product, t = threshold, and h = hinge. "l", "q", "p", "t", "h", "lq", "lp", "lt", "lh", "qp", "qt", "qh", "pt", "ph", "th", "lqp", "lqt", "lqh", "lpt", "lph", "lth", "qpt", "qph", "qth", "pth", "lqpt", "lqph", "lqth", "lpth", "qpth", and "lqpth".

Value

character containing java code for defining feature classes in Maxent candidate models.


manubio13/ku.enm documentation built on Jan. 5, 2024, 5:55 a.m.