-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 956 Bytes
/
DESCRIPTION
File metadata and controls
22 lines (22 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: insetplot
Title: Inset Plots for Spatial Data Visualization
Version: 1.4.0
Authors@R:
person("Chao", "Kong", , "kongchao1998@gmail.com", role = c("aut", "cre","cph"),comment = c(ORCID = "0000-0002-6404-6142"))
Description: Tools for easily and flexibly creating 'ggplot2' maps with inset maps. One crucial feature of maps is that they have fixed coordinate ratios, i.e., they cannot be distorted, which makes it difficult to manually place inset maps. This package provides functions to automatically position inset maps based on user-defined parameters, making it extremely easy to create maps with inset maps with minimal code.
License: GPL (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
sf,
ggplot2,
patchwork,
Suggests:
testthat,
knitr,
rmarkdown,
cowplot
VignetteBuilder: knitr
BugReports: https://github.com/fncokg/insetplot/issues
URL: https://fncokg.github.io/insetplot/