as.path: Interpolates between locations

View source: R/Interpolate.R

as.pathR Documentation

Interpolates between locations

Description

This is a helper function to quickly make an interpolated list of locations between a number of locations

Usage

as.path(x, y, n = 10, path = TRUE)

Arguments

x, y

numeric vectors of x and y locations. If one of them is of length 1, if will be recycled.

n

number of points to interpolate to

path

either TRUE of a character vector with the name of the path.

Details

This function is mostly useful when combined with Interpolate

Value

A list of components x and y with the list of locations and the path arguments

See Also

Interpolate


eliocamp/meteoR documentation built on Feb. 19, 2024, 1:11 p.m.