match_sig: match_sig

View source: R/match_sig.R

match_sigR Documentation

match_sig

Description

match_sig() is used to export single value from the download files by your longitude, latitude and date

Usage

match_sig(file.path, lon, lat, date, time.span = "monthly")

Arguments

file.path

The folder path where the ocean productivity data saved.

lon

Your longitude.

lat

Your latitude.

date

Your date.

time.span

The time span of your data. There two time spans: 'monthly' represent monthly data. 'dayly' represent 8 days data. The default is 'monthly'.

Value

A value

Examples

## Not run: 
library(nppr)
library(lubridate)
librray(tidyverse)
match_sig(file.path = 'C:\\Users\\xucha\\Desktop\\DATA',
              lon = 120, lat = 20, date = '2017-09-01')

## End(Not run)

chaoxv/nppr documentation built on Jan. 29, 2024, 1:37 p.m.