-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 1.03 KB
/
Copy pathDESCRIPTION
File metadata and controls
53 lines (53 loc) · 1.03 KB
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
Package: windscape
Type: Package
Title: Landscape connectivity by wind
Version: 1.1.0
Author: Matthew Kling
Maintainer: Matthew Kling <mattkling@gmail.com>
Description: Import and visualize wind data, model landscape connectivity by
wind dispersal, and test statistical relationships between wind and
ecological data.
Encoding: UTF-8
LazyData: true
License: GPL (>= 2)
LinkingTo: Rcpp
Imports:
Rcpp,
raster,
geosphere
RoxygenNote: 7.2.3
URL: https://matthewkling.github.io/windscape/
Suggests:
knitr,
lubridate,
ncdf4,
purrr,
rmarkdown,
stringr,
tidyverse
VignetteBuilder: knitr
Depends:
gdistance,
R (>= 2.10),
terra
Collate:
'RcppExports.R'
'cfsr_dl.R'
'circ_sd.R'
'datasets.R'
'distance.R'
'downscale.R'
'least_cost.R'
'mantel.R'
'pairwise_matrices.R'
'wind_rose.R'
'plot.R'
'particles.R'
'random_walk.R'
'rose.R'
'utils.R'
'vrcd.R'
'weight_conductance.R'
'wind_field.R'
'wind_graph.R'
'ws_summarize.R'