max_sqr: Find the maximum of the squared values.

View source: R/max_sqr.R

max_sqrR Documentation

Find the maximum of the squared values.

Description

Find the maximum of the squared values.

Usage

max_sqr(x)

Arguments

x

Numeric vector

Value

Maximum of the squared values, or -Inf if all elements are NA.


ck37/varimpact documentation built on June 23, 2022, 4:41 a.m.