-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (22 loc) · 1.25 KB
/
DESCRIPTION
File metadata and controls
23 lines (22 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: gradientPickerD3
Type: Package
Title: Interactive Color Gradient Picker Using 'htmlwidgets' and the Modified JS Script 'jquery-gradient-picker'
Version: 0.1.0.0
Authors@R: person("Christian D.","Peikert", email = "christian.peikert@biologie.uni-freiburg.de", role = c("aut", "cre"))
Maintainer: Christian D. Peikert <christian.peikert@biologie.uni-freiburg.de>
Description: Widget for an interactive selection and modification of a color gradient. 'gradientPickerD3' allows addition, removement and replacement of color ticks. List of numeric values will automatically translate in their corresponding tick position within the numeric range. App returns a data.frame containing tick values, colors and the positions in percent (0.0 to 1.0) for each color tick in the gradient. The original JS 'jquery-gradient-picker' was implemented by Matt Crinklaw-Vogt (nick: tantaman) <https://github.com/tantaman/>. Widget and JS modifications were done by CD. Peikert.
Depends:
R (>= 3.3.1)
Imports:
htmlwidgets,
jsonlite,
shiny
URL: https://github.com/peikert/gradientPickerD3
BugReports: https://github.com/peikert/gradientPickerD3/issues
LazyData: true
Encoding: UTF-8
License: GPL-3
Collate:
'gradientPickerD3.R'
'gradientPickerD3_example.R'
RoxygenNote: 6.0.1