Learn R Programming

predict3d (version 0.1.5)

getMeans: calculate mean values of two consecutive number

Description

calculate mean values of two consecutive number

Usage

getMeans(x)

Arguments

x

A numeric vector

Examples

Run this code
x=c(50,60,70)
getMeans(x)

Run the code above in your browser using DataLab