Foggy days
Number of days with fog.
fod(data, data_names = NULL, time.scale = YEAR, na.rm = FALSE)
data |
cloud base below 100 meter, percentage |
data_names |
names of each period of time |
time.scale |
month, season or year |
na.rm |
logical. Should missing values (including NaN) be removed? |
days
Rastogi, B., A.P. Williams, D.T. Fischer, S.F. Iacobellis, K. McEachern, L. Carvalho, C. Jones, S.A. Baguskas, and C.J. Still, 2016: Spatial and Temporal Patterns of Cloud Cover and Fog Inundation in Coastal California: Ecological Implications. Earth Interact., 20, 1–19, doi: 10.1175/EI-D-15-0033.1
data(data_all) fod(data = data_all$cloud100)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.