power_trans {hierarchicalSets}R Documentation

Create a power transformation object

Description

This function can be used to create a proper trans object that encapsulates a power transformation (x^n).

Usage

power_trans(n)

Arguments

n

The degree of the power transformation

Value

A trans object


[Package hierarchicalSets version 1.0.4 Index]