getMeans: calculate mean values of two consecutive number

View source: R/ggPredict.R

getMeansR Documentation

calculate mean values of two consecutive number

Description

calculate mean values of two consecutive number

Usage

getMeans(x)

Arguments

x

A numeric vector

Examples

x=c(50,60,70)
getMeans(x)

cardiomoon/predict3d documentation built on April 7, 2024, 10:26 p.m.