-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
69 lines (69 loc) · 2.04 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Package: isopleuros
Title: Ternary Plots
Version: 1.2.0.9000
Authors@R: c(
person("Nicolas", "Frerebeau", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")),
person("Brice", "Lebrun", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-7503-8685", affiliation = "Université Bordeaux Montaigne")),
person("Université Bordeaux Montaigne", role = "fnd"),
person("CNRS", role = "fnd")
)
Maintainer: Nicolas Frerebeau <[email protected]>
Description: Ternary plots made simple. This package allows to create
ternary plots using 'graphics'. It provides functions to display the
data in the ternary space, to add or tune graphical elements and to
display statistical summaries. It also includes common ternary
diagrams which are useful for the archaeologist (e.g. soil texture
charts, ceramic phase diagram).
License: GPL (>= 3)
URL: https://packages.tesselle.org/isopleuros/,
https://github.com/tesselle/isopleuros
BugReports: https://github.com/tesselle/isopleuros/issues
Depends:
R (>= 3.5)
Imports:
graphics,
grDevices,
methods,
stats,
utils
Suggests:
interp,
rsvg,
svglite,
tinysnapshot,
tinytest
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Collate:
'AllGenerics.R'
'coordinates.R'
'data.R'
'isopleuros-internal.R'
'isopleuros-package.R'
'ternary_arrows.R'
'ternary_axes.R'
'ternary_box.R'
'ternary_contour.R'
'ternary_crosshairs.R'
'ternary_density.R'
'ternary_ellipse.R'
'ternary_grid.R'
'ternary_hull.R'
'ternary_labels.R'
'ternary_lines.R'
'ternary_mean.R'
'ternary_pairs.R'
'ternary_pca.R'
'ternary_plot.R'
'ternary_points.R'
'ternary_polygon.R'
'ternary_segments.R'
'ternary_text.R'
'ternary_title.R'
'triangle_phase.R'
'triangle_soil.R'
'zzz.R'