pow {extras} | R Documentation |
Power
Description
R equivalent to the power function.
Usage
pow(x, n)
Arguments
x |
A numeric atomic object of the base. |
n |
A numeric atomic object of the exponent. |
Details
Wrapper on x^n
.
Value
A numeric atomic object of x raised to n.
See Also
Other translations:
fabs()
,
ilogit()
,
ilog()
,
inv_logit()
,
invlogit()
,
log<-()
,
logit<-()
,
logit()
,
phi()
,
step()
Examples
pow(10, 2)
[Package extras version 0.6.1 Index]