to_logistic: Transform raw or cloglog values to logistic values

View source: R/to_logistic.R

to_logisticR Documentation

Transform raw or cloglog values to logistic values

Description

Transform Maxent raw or cloglog (complementary log-log) values to logistic values.

Usage

to_logistic(x, from, H)

Arguments

x

The values to Transform. This can be, e.g., a numeric atomic vector, numeric matrix or ⁠Raster*⁠ object.

from

A character string indicating the type of the source values. This can be one of 'raw', 'cloglog', or 'logistic'.

H

The entropy of the Maxent distribution. This is only used when from='raw'.

See Also

to_cloglog()


johnbaums/rmaxent documentation built on Oct. 11, 2024, 11:14 a.m.