smoother: Smoothing function

View source: R/smoother.R

smootherR Documentation

Smoothing function

Description

Smoother function used to build the shape of the targets when axis or taper smoothing is requested.

Usage

smoother(yi, n)

Arguments

yi

Vector of values to be smoothed

n

Number of points contained in the output y

Value

y vector of smoothed y points

Author(s)

Sven Gastauer

Examples

yi <- sample(1:1000,100)
n <- 4
y <- smoother(yi,n)

AustralianAntarcticDivision/ZooScatR documentation built on Aug. 13, 2022, 1:21 a.m.