-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
90 lines (89 loc) · 1.95 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Package: ggtern
Type: Package
Title: An Extension to 'ggplot2', for the Creation of Ternary Diagrams
Version: 1.0.6.1
Date: 2015-04-15
Author: Nicholas Hamilton <[email protected]>
Maintainer: Nicholas Hamilton <[email protected]>
Description: Extends the functionality of 'ggplot2', providing the capability to plot ternary diagrams for (subset of) the 'ggplot2' geometries. Additionally, 'ggtern' has implemented several NEW geometries which are unavailable to the standard 'ggplot2' release. For further examples and documentation, please proceed to the 'ggtern' website.
License: GPL-2
Depends:
ggplot2(>= 1.0.0.0)
Imports:
plyr,
gtable,
scales,
reshape2,
proto,
MASS,
sp,
grid,
polyclip
License: GPL-2
URL: http://www.ggtern.com
Collate:
'onLoad.R'
'ggtern-package.R'
'aaa.R'
'utilities-help.R'
'gg-internal.R'
'statnew.R'
'geom.R'
'data.R'
'element_ternary.R'
'clip-polygons.R'
'utilities.R'
'tern-stop.R'
'strip-unapproved.R'
'coord-tern.R'
'global.R'
'theme-defaults.R'
'theme-elements.R'
'theme.R'
'theme-noarrows.R'
'theme-arrowlength.R'
'theme-showsecondary.R'
'theme-showtitles.R'
'theme-showlabels.R'
'theme-showgrid.R'
'theme-convenience.R'
'theme-ticksoutside.R'
'theme-arrowbaseline.R'
'labs-pcnt.R'
'labs-new.R'
'log-ratio-trans.R'
'mahalanobis.R'
'tern-clockwise.R'
'aes.R'
'scales.R'
'panel.R'
'ggtern.R'
'kde2d-weighted.R'
'ggtern-build.R'
'plot-construction.R'
'tern-render.R'
'tern-limits.R'
'geom-smooth.R'
'geom-segment.R'
'geom-polygon-tern.R'
'geom-Tline.R'
'geom-Lline.R'
'geom-Rline.R'
'geom-confidence.R'
'geom-density-tern.R'
'geom-errorbarT.R'
'geom-errorbarL.R'
'geom-errorbarR.R'
'stat-smooth.R'
'stat-density-tern.R'
'stat-Tline.R'
'stat-Lline.R'
'stat-Rline.R'
'TRL-line.R'
'multiplot.R'
'ggsave.R'
'point-in-sequence.R'
'theme-novar-tern.R'
'stat-interpolate-tern.R'
'geom-interpolate-tern.R'
'tern-tlr2xy.R'