dsmooth {emuR}R Documentation

Smooth the data in a trackdata object.

Description

Smooths each dataset in a trackdata object using a running mean smoother.

Usage

dsmooth(dataset)

Arguments

dataset

A trackdata object as returned from track.

Details

This function uses the dapply function to apply smooth to the data for each segment.

Value

The result of applying the smooth function to each column of the data for each segment in the trackdata object.

See Also

smooth, dapply


[Package emuR version 2.5.0 Index]