Learn R Programming

climtrends (version 1.0.6)

GetShiftValue: Get peak value and its sign

Description

GetShiftValue returns the peak value and NegCurve returns the sign of the test values).

Usage

GetShiftValue(values) NegCurve(values)

Arguments

values
test values

Value

peak value or its sign.

Examples

Run this code
GetShiftValue(c(1,2,3,4,3,2,1))
NegCurve(c(1,2,3,4,3,2,1))

Run the code above in your browser using DataLab