to_cloglog: Transform raw or logistic values to cloglog values

Description Usage Arguments See Also

View source: R/to_cloglog.R

Description

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

Usage

1
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 July 3, 2020, 5:36 p.m.