get_exponent: Get the exponent of any number or numbers

View source: R/get_exponent.R

get_exponentR Documentation

Get the exponent of any number or numbers

Description

Get the exponent of any number or numbers

Usage

get_exponent(y = NULL, x = NULL)

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

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

manymodelr documentation built on April 4, 2025, 12:01 a.m.