-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
33 lines (33 loc) · 1.05 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
Package: HiveR
Type: Package
Title: 2D and 3D Hive Plots for R
Version: 0.4.0
Date: 2024-07-17
Authors@R: c(
person("Bryan A.", "Hanson",
role = c("aut", "cre"), email =
comment = c(ORCID = "0000-0003-3536-8246")),
person("Vesna", "Memisevic", role = "ctb"),
person("Jonathan", "Chung", role = "ctb"))
Description: Creates and plots 2D and 3D hive plots. Hive plots are a unique method of displaying networks of many types in which node properties are mapped to axes using meaningful properties rather than being arbitrarily positioned. The hive plot concept was invented by Martin Krzywinski at the Genome Science Center (www.hiveplot.net/). Keywords: networks, food webs, linnet, systems biology, bioinformatics.
License: GPL-3
Imports:
grid,
plyr,
jpeg,
png,
RColorBrewer,
utils,
stats,
rgl,
tcltk,
xtable
Suggests:
bipartite
URL: https://github.com/bryanhanson/HiveR
ByteCompile: TRUE
BugReports: https://github.com/bryanhanson/HiveR/issues
Depends: R (>= 3.0)
Encoding: UTF-8
RoxygenNote: 7.3.2