to_logistic: Transform raw or cloglog values to logistic values

Description Usage Arguments See Also

View source: R/to_logistic.R

Description

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

Usage

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