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)

predict3d documentation built on April 14, 2023, 12:26 a.m.