modeHyFRP: Extract FRP from Monthly/Seasonal HYSPLIT Airshed

Description Usage Arguments Examples

View source: R/modeHyFRP.R

Description

Extract the monthly/seasonal FRP from HYSPLIT-derived airsheds of selected point location(s)

Usage

1
2
modeHyFRP(loc, month_select=NA, year_select,
   season_name="season", mode="seasonal", frp_mode="combined", ...)

Arguments

loc

character. Name of location, starting point, used in naming subdirectories and files

month_select

numeric vector. Months to be run, only useful when mode="monthly" [default is NA]

year_select

numeric vector. Years to be run

season_name

character. Name of season, used in the name of the output table when mode="seasonal" [default is "season"]

mode

character: "monthly" or "seasonal". [default is "seasonal"]

frp_mode

character: "terra", "aqua", or "combined". Choose Terra-only, Aqua-only, or Terra+Aqua FRP. [default is "combined"]

...

see global arguments: pointDir, ask_home

Examples

1
2
3
4
5
#extracts Oct-Nov FRP from Delhi winter airshed in 2007-2013, FRP already stacked by modeFRPstack()
modeHyFRP(loc="delhi", year_select=2007:2013, season_name="win")

#extracts monthly FRP from Delhi monthly airshed in 2007-2013, FRP already stacked by modeFRPstack()
modeHyFRP(loc="delhi", month_select=1:12, year_select=2007:2013, mode="monthly")

tianjialiu/HyAirshed-RPackage documentation built on Sept. 24, 2020, 5:13 a.m.