inverseSimpsion: inverseSimpsion

View source: R/inverseSimpsion.R

inverseSimpsionR Documentation

inverseSimpsion

Description

Calculates the inverse Simpsion for the multivar function.

Usage

inverseSimpsion(
  data,
  intervallBy = 100,
  allLoessSpans = 0.8,
  minimumRowsAfterInterpolating = 0
)

Arguments

data

List of data generates by the Multivar function.

intervallBy

Intervalls by to interpolate to.

allLoessSpans

span value for all Loess calculations made by Multivar.

minimumRowsAfterInterpolating

Value for the minimum rows after filtering.

Value

Returns the same List but with new added parameters.

Note

This function has only been developed for the Alfred Wegener Institute Helmholtz Centre for Polar and Marine Research and should therefore only be used in combination with their database.
Comma numbers are rounded up.

Author(s)

Tim Kroeger


TimKroeger13/ProjectMultiLake documentation built on March 18, 2022, 2:22 p.m.