TRES 1.1.2

Major changes

Minor changes

New functions

Bugs


TRES 1.1.1

Major changes

Minor changes


TRES 1.1.0

Small changes

S3 methods


TRES 1.0.0

Major changes

# Usage
> data("bat")
> data("square")

S3 methods

Construct S3 object for TRR and TPR with class attribute “Tenv”

> data("bat")
> fit <- TRR(bat$Xn, bat$Yn, method = "standard")
> class(fit)
> [1] "Tenv"

Deprecated functions

Bug fixed