diff --git a/README.md b/README.md index 46350ce..c8b39fe 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +joineRML +===================================================================================== + [![CRANStatusBadge](http://www.r-pkg.org/badges/version/Countr)](https://cran.r-project.org/package=Countr) # Installing Countr diff --git a/inst/images/CountR.png b/inst/images/CountR.png new file mode 100644 index 0000000..3c513a4 Binary files /dev/null and b/inst/images/CountR.png differ diff --git a/inst/images/hex.R b/inst/images/hex.R new file mode 100644 index 0000000..2233262 --- /dev/null +++ b/inst/images/hex.R @@ -0,0 +1,15 @@ +library(hexSticker) + +p <- ggplot(aes(x = year, y = log(value)), data = pbc2) + + geom_point(cex=.01)+ + geom_line(data = subset(pbc2, id == "11"), colour = "purple") + + labs(x = "", y = "") + + theme_void() + + theme(strip.background = element_blank(), + strip.text = element_blank()) + +sticker(p, package = "CountR", + p_size = 10,p_color = "#7F38EC", + s_x = 1, s_y = .8, s_width = 1.2, s_height = 0.8, + h_color = "#C76730", + h_fill = "#3090C7")