crop_selected_area: This function is used to crop a selected area from a list of...

Description Usage Arguments Value

View source: R/utils.R

Description

This function is used to crop a selected area from a list of dataframes of geographical observations

Usage

1
crop_selected_area(df_list, lower_left_lat_lon, upper_right_lat_lon)

Arguments

df_list

a list of dplyr dataframe

lower_left_lat_lon

lower left corner latitude and longitude of the selected area. Numeric vector. Example c(52.00, -65.00)

upper_right_lat_lon

upper right corner latitude and longitude of the selected area. Numeric vector. Example: c(67.00, -42.00)

Value

Returns a list of dplyr dataframes


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