pow | R Documentation |
R equivalent to the power function.
pow(x, n)
x |
A numeric atomic object of the base. |
n |
A numeric atomic object of the exponent. |
Wrapper on x^n
.
A numeric atomic object of x raised to n.
Other translations:
exp10()
,
exp2()
,
fabs()
,
ilog()
,
ilog10()
,
ilog2()
,
ilogit()
,
inv_logit()
,
invlogit()
,
log10<-()
,
log2<-()
,
log<-()
,
logit()
,
logit<-()
,
phi()
,
step()
pow(10, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.