-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.46 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: ggfields
Title: Add Vector Field Layers to Ggplots
Version: 0.0.6.0003
Authors@R: c(person("Pepijn", "de Vries", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7961-6646")))
Author:
Pepijn de Vries [aut, cre] (0000-0002-7961-6646)
Maintainer: Pepijn de Vries <[email protected]>
Description: Add vector field layers to ggplots. Ideal for visualising
wind speeds, water currents, electric/magnetic fields, etc.
Accepts data.frames, simple features (sf), and spatiotemporal arrays (stars)
objects as input. Vector fields are depicted as arrows starting at specified
locations, and with specified angles and radii.
Depends:
R (>= 4.1.0)
Imports:
dplyr (>= 1.1.4),
ggplot2 (>= 3.4.4),
grid (>= 4.1.0),
rlang (>= 1.1.2),
sf (>= 1.0-15),
scales (>= 1.3.0)
Suggests:
CopernicusMarine,
knitr,
rmarkdown,
stars (>= 0.6-4),
testthat (>= 3.0.0),
vdiffr (>= 1.0.7),
svglite (>= 2.1.3)
License: GPL (>= 3)
URL: https://pepijn-devries.github.io/ggfields/, https://github.com/pepijn-devries/ggfields/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Collate:
'angle_correction.r'
'helpers.r'
'stat_fields.r'
'draw_key_fields.r'
'geom_fields.r'
'annotation_fields.r'
'data.r'
'ggfields-package.r'
'import.r'
'pythagoras.r'
'scale.r'
LazyData: true
VignetteBuilder: knitr
Config/testthat/edition: 3