to_cloglog: Transform raw or logistic values to cloglog values

View source: R/to_cloglog.R

to_cloglogR Documentation

Transform raw or logistic values to cloglog values

Description

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

Usage

to_cloglog(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_logistic()


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