Browse Source

README

master
boB Rudis 5 years ago
parent
commit
fb865e50ad
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 2
      DESCRIPTION
  2. 2
      README.md
  3. 4
      man/geom_statebins.Rd

2
DESCRIPTION

@ -39,7 +39,7 @@ Imports:
ggplot2 (>= 2.2.1),
scales (>= 0.5.0),
grid
RoxygenNote: 6.0.1.9000
RoxygenNote: 6.1.1
Collate:
'aaa.R'
'geom-oscar.R'

2
README.md

@ -50,6 +50,8 @@ install.packages("statebins", repos = "https://cinc.rud.is")
# or
remotes::install_git("https://git.rud.is/hrbrmstr/statebins.git")
# or
remotes::install_git("https://git.sr.ht/~hrbrmstr/statebins")
# or
remotes::install_gitlab("hrbrmstr/statebins")
# or
remotes::install_bitbucket("hrbrmstr/statebins")

4
man/geom_statebins.Rd

@ -9,8 +9,8 @@
\usage{
geom_statebins(mapping = NULL, data = NULL, border_col = "white",
border_size = 2, lbl_size = 3, dark_lbl = "black",
light_lbl = "white", radius = grid::unit(6, "pt"), ..., na.rm = FALSE,
show.legend = NA, inherit.aes = TRUE)
light_lbl = "white", radius = grid::unit(6, "pt"), ...,
na.rm = FALSE, show.legend = NA, inherit.aes = TRUE)
GeomStatebins
}

Loading…
Cancel
Save