-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
export(bin2bounds)
export(bin2lonlat)
export(binmap)
export(chla)
export(crop_init)
export(initbin)
export(lonlat2bin)
export(lonlatFromCell)
export(prod_BeFa)
export(read_L3_file)
export(read_binlist)
export(read_compound)
export(read_smi_image)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(geosphere,gcIntermediate)
importFrom(graphics,polygon)
importFrom(raster,"extent<-")
importFrom(raster,"projection<-")
importFrom(raster,brick)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,isLonLat)
importFrom(raster,projection)
importFrom(raster,raster)
importFrom(raster,stack)
importFrom(rlang,.data)
importFrom(sp,CRS)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialPoints)
importFrom(sp,coordinates)
importFrom(sp,spDistsN1)
importFrom(sp,spTransform)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,download.file)
importFrom(utils,tail)
importMethodsFrom(raster,extent)
useDynLib(croc, .registration = TRUE)