-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 998 Bytes
/
DESCRIPTION
File metadata and controls
22 lines (22 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: EPGplotR
Title: A Package for Plotting Insect Electrical Penetration Graph Signals in R.
Version: 0.1.0
Authors@R:
person("Daniel", "Kunk", , "Daniel.Kunk@colostate.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6813-146X"))
Description: EPGplotR allows users to load insect electrical penetration graph (EPG)
files (with a .D0# extension) into R, plot the signals, and annotate them by behavior.
EPGplotR also allows users to interactively explore EPG recordings, segment and inspect
waveforms of interest, and save high-quality figures to disc. EPGplotR is built with
ggplot2 and plotly, and most of the plots can be further edited using
commands from those respective packages.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
data.table, ggplot2, plotly
Suggests:
roxygen2 (>= 7.1.0)
URL: https://github.com/dankunk/EPGplotR
BugReports: https://github.com/dankunk/EPGplotR/issues