extract_sst: Extract SST for a specific date/time

View source: R/extract_sst.R

extract_sstR Documentation

Extract SST for a specific date/time

Description

Extract SST for a specific date/time

Usage

extract_sst(year = "2013", month = "01", day = "01", bbox = c(-15, 10, 45, 62))

Arguments

year

A character string.

month

An integer.

day

An integer.

bbox

(optional) A vector in the format Xmin, Xmax, Ymin, Ymax for plotting.

plot.it

A boolean. TRUE will plot the output with a contoured levelplot

Value

A raster object

Examples

r <- extract_sst(year,month,day,bbox=c(-15,10,45,62))


HiDef-Aerial-Surveying/HDsst documentation built on March 10, 2023, 10:33 a.m.