get_exponent: Get the exponent of any number or numbers

Description Usage Arguments Details Value Examples

View source: R/get_exponent.R

Description

Get the exponent of any number or numbers

Usage

1

Arguments

y

The number or numeric columns for which an exponent is required

x

The power to which y is raised

Details

Depends on the expo and expo1 functions in expo

Value

A data.frame object showing the value,power and result

Examples

1
2
3
df<-data.frame(A=c(1123,25657,3987))
get_exponent(df,3)
get_exponent(1:5, 2)

manymodelr documentation built on Nov. 15, 2021, 5:07 p.m.