Closed.curve: Closed smooth curve through positions

Description Usage Arguments Value Note See Also

View source: R/Closed.curve.R

Description

A smooth curve is fitted to the positions with periodic spline as implemented in function ps.

Usage

1
Closed.curve(gogn, df = round(nrow(gogn)/2), n = 10)

Arguments

gogn

Data frame of positions to be smoothed

df

Degrees of freedom

n

Number of points returned per data point

Value

Data frame of positions with components

lat, lon

in decimal degrees

Note

Missing function spline.des is required for ps to work.

See Also

ps


geo documentation built on May 29, 2017, 5:36 p.m.