Skip to content

Commit

Permalink
Changed name of repository to "geo_US_lung_cancer_and_smoking"
Browse files Browse the repository at this point in the history
Updated hexsticker title and included README in "hex" subdirectory
  • Loading branch information
Ian Buller, PhD, MA committed Jun 8, 2022
1 parent 9bb32ef commit 34971a5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Geographic Patterns in U.S. Lung Cancer Mortality and Cigarette Smoking <img src

![license](https://img.shields.io/badge/license-apache-yellow)

**Date repository last updated**: June 07, 2022
**Date repository last updated**: June 08, 2022

### Authors

Expand Down Expand Up @@ -68,7 +68,7 @@ Lung cancer is the leading cause of cancer death in the United States (US) and v

### R Scripts Included In This Repository

This repository includes R scripts use to calculate the geospatial techniques and render the figures found in the following peer-reviewed manuscript:
This repository includes R scripts use to calculate the Lee's L statistic and render the geographic visualizations found in the following peer-reviewed manuscript:

Shreves AH, Buller ID, Chase E, Creutzfeld H, Fisher JA, Graubard BI, Hoover RN, Silverman DT, Devesa SS, Jones RR. Geographic Patterns in U.S. Lung Cancer Mortality and Cigarette Smoking. _Cancer Epidemiology, Biomarkers & Prevention_ (Submitted)

Expand Down
2 changes: 1 addition & 1 deletion code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Geographic Patterns in U.S. Lung Cancer Mortality and Cigarette Smoking <img src

### R Scripts Included In This Repository

This repository includes R scripts use to calculate the geospatial techniques and render the figures found in the following peer-reviewed manuscript:
This repository includes R scripts use to calculate the Lee's L statistic and render the geographic visualizations found in the following peer-reviewed manuscript:

Shreves AH, Buller ID, Chase E, Creutzfeld H, Fisher JA, Graubard BI, Hoover RN, Silverman DT, Devesa SS, Jones RR. Geographic Patterns in U.S. Lung Cancer Mortality and Cigarette Smoking. _Cancer Epidemiology, Biomarkers & Prevention_ (Submitted)

Expand Down
4 changes: 4 additions & 0 deletions hex/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Geographic Patterns in U.S. Lung Cancer Mortality and Cigarette Smoking <img src="../hex/hex.png" width="120" align="right" />
===================================================

Code to generate the project hexsticker (includes the PNG file).
14 changes: 7 additions & 7 deletions hex/hex.R
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# ------------------------------------------------------------------------------ #
# Hexsticker for the GitHub Repository idblr/US_Lung_Cancer_and_Smoking
# Hexsticker for the GitHub Repository idblr/geo_US_lung_cancer_and_smoking
# ------------------------------------------------------------------------------ #
#
# Created by: Ian Buller, Ph.D., M.A. (GitHub: @idblr)
# Created on: May 17, 2022
#
# Recently modified by:
# Recently modified on:
# Recently modified by: @idblr
# Recently modified on: June 08, 2022
#
# Notes:
# A) Uses the "hexSticker" package
# B) Modified image from a companion manuscript figure
# D) Hexsticker for the GitHub Repository https://github.com/idblr/US_Lung_Cancer_and_Smoking
# D) Hexsticker for the GitHub Repository https://github.com/idblr/geo_US_lung_cancer_and_smoking
# ------------------------------------------------------------------------------ #

####################
Expand Down Expand Up @@ -57,9 +57,9 @@ LeeHex <- ggplot2::ggplot() +
library(hexSticker)

s <- hexSticker::sticker(subplot = LeeHex,
package = "U.S.\nLung Cancer\nMortality and\nSmoking Prevalence",
p_size = 2.5, p_x = 1.33, p_y = 0.95, p_color = "black", # title
s_x = 0.05, s_y = 0.975, s_width = 2.4, s_height = 2.4, # symbol
package = "Geographic\nPatterns in\nU.S. Lung Cancer\nMortality and\nCigarette Smoking",
p_size = 2.5, p_x = 1.37, p_y = 0.95, p_color = "black", # title
s_x = 0.05, s_y = 0.982, s_width = 2.36, s_height = 2.36, # symbol
h_fill = "white", # inside
h_color = "black", # outline
dpi = 1000, # resolution
Expand Down
Binary file modified hex/hex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 34971a5

Please sign in to comment.