-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
59 lines (58 loc) · 1.29 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Generated by roxygen2: do not edit by hand
export(bbox_ply)
export(get_ss_dates)
export(get_ss_dates_all)
export(get_ss_grds)
export(get_ss_info)
export(get_url_ply)
export(map_ss_grd)
export(map_ss_wms)
export(plot_ss_class_var)
export(plot_ss_class_var_svg)
export(plot_ss_ts)
export(sum_ss_grds_to_ts)
export(tbl_ss_class)
import(dplyr)
import(dygraphs)
import(fs)
import(ggplot2)
import(ggthemes)
import(glue)
import(kableExtra)
import(knitr)
import(leafem)
import(leaflet)
import(lubridate)
import(purrr)
import(rerddap)
import(sf)
import(stringr)
import(tidyr)
importFrom(R.utils,isUrl)
importFrom(RColorBrewer,brewer.pal)
importFrom(dplyr,pull)
importFrom(glue,glue)
importFrom(here,here)
importFrom(leafem,addMouseCoordinates)
importFrom(magrittr,"%>%")
importFrom(raster,crs)
importFrom(raster,extent)
importFrom(raster,mask)
importFrom(raster,plot)
importFrom(raster,raster)
importFrom(raster,values)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(sf,read_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sp,coordinates)
importFrom(sp,gridded)
importFrom(stringr,str_split)
importFrom(tabularaster,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_wider)
importFrom(xts,xts)