rms: Compute the root-mean-squared (rms) deviation of a vector

rmsR Documentation

Compute the root-mean-squared (rms) deviation of a vector

Description

rms returns the rms of the input vector

Usage

rms(x, na.rm = T)

Arguments

x

(numeric) input vector

na.rm

(boolean) should NAs be removed?

Value

the rmsd of the input


lculibrk/Ploidetect documentation built on May 18, 2023, 5:53 p.m.