Learn R Programming

pcr (version 1.2.2)

.pcr_relative: Raise two to a vector power

Description

Raise two to a vector power

Usage

.pcr_relative(vec)

Arguments

vec

A vector of numerics

Value

A numeric

Examples

Run this code
# NOT RUN {
vec <- rnorm(6, 30, 1)
pcr:::.pcr_relative(vec)
# }

Run the code above in your browser using DataLab