interpolate_single_grid_multi_day: Interpolate each data grid. This function interpolates every...

Description Usage Arguments Value

View source: R/interpolating-functions.R

Description

Interpolate each data grid. This function interpolates every datagrid day by day (or month by month in case of monthly observations)

Usage

1
2
interpolate_single_grid_multi_day(df, unique_id, variable, coordinates_names,
  lon_range, lat_range, step, date_variable_name)

Arguments

df

a dplyr dataframe to interpolate

unique_id

unique id of the observation (usually id_date or month). Do NOT use id_pixel.

variable

variable to interpolate

coordinates_names

names of the coordinates (longitude and latitude)

lon_range

longitude range (min, max)

lat_range

latitude range (min, max)

step

step between longitude and latitude vectors

date_variable_name

name of the date variable. Character. Defaults to "date"

Value

a dplyr dataframe


pegoraro/qchlorophyll documentation built on May 24, 2019, 11:46 p.m.