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), ggplot2 (>= 2.2.1),
scales (>= 0.5.0), scales (>= 0.5.0),
grid grid
RoxygenNote: 6.0.1.9000 RoxygenNote: 6.1.1
Collate: Collate:
'aaa.R' 'aaa.R'
'geom-oscar.R' 'geom-oscar.R'

2
README.md

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

4
man/geom_statebins.Rd

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

Loading…
Cancel
Save