-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 989 Bytes
/
DESCRIPTION
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
Package: geostatistics
Title: Geostatistic maps
Version: 0.0.0.9000
Authors@R:
person(given = "Juliette",
family = "Chiapello",
role = c("aut", "cre"),
email = "chiapellojuliette@gmail.com",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: This package considers randomly generated matrix as maps. It plots the maps and indicates the variance and the distribution of a realization. It does moving average to generate new maps which are spatially structured. It calculates the covariance between points on spatial structured maps. And it subsamples maps, with or without an average of the neighbored points.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
docstring,
cowplot,
ggplot2,
stringr,
viridis,
data.table,
scales,
ttutils,
stats,
rlang,
rlist