-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
40 lines (40 loc) · 1.34 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
Package: catmaply
Title: Heatmap for Categorical Data using 'plotly'
Version: 0.9.4
Authors@R: c(
person("Yves", "Mauron", email="[email protected]", role=c("aut", "cre")),
person(given="Trivadis AG", role="cph")
)
Maintainer: Yves Mauron <[email protected]>
Description: Methods and plotting functions for displaying categorical data on an
interactive heatmap using 'plotly'. Provides functionality for strictly
categorical heatmaps, heatmaps illustrating categorized continuous data
and annotated heatmaps. Also, there are various options to interact with the x-axis
to prevent overlapping axis labels, e.g. via simple sliders or range sliders.
Besides the viewer pane, resulting plots can be saved as a standalone HTML file,
embedded in 'R Markdown' documents or in a 'Shiny' app.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.4.0)
Imports:
plotly,
dplyr,
magrittr,
rlang,
tidyr
Suggests:
testthat,
viridis,
lubridate,
tidyverse,
knitr,
rmarkdown
VignetteBuilder:
knitr
RoxygenNote: 7.2.1
URL: https://github.com/VerkehrsbetriebeZuerich/catmaply,
https://verkehrsbetriebezuerich.github.io/catmaply/
BugReports: https://github.com/VerkehrsbetriebeZuerich/catmaply/issues
Language: en-US