-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
32 lines (32 loc) · 1.01 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
Package: slideview
Title: Compare Raster Images Side by Side with a Slider
Version: 0.2.0
Authors@R:
c(person(given = "Tim",
family = "Appelhans",
role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Stefan",
family = "Woellauer",
role = "aut",
email = "[email protected]"))
Maintainer: Tim Appelhans <[email protected]>
Description: Create a side-by-side view of raster(image)s with an interactive
slider to switch between regions of the images. This can be especially useful
for image comparison of the same region at different time stamps.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 2.10),
methods
Imports:
htmltools,
htmlwidgets,
lattice,
raster,
viridisLite
Suggests:
jpeg
RoxygenNote: 7.1.2
URL: https://r-spatial.github.io/slideview/, https://github.com/r-spatial/slideview
BugReports: https://github.com/r-spatial/slideview/issues