Skip to content

Commit

Permalink
change linetype in plot
Browse files Browse the repository at this point in the history
  • Loading branch information
shfischer committed Mar 11, 2020
1 parent 1fcc565 commit 73cafd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/MP_plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ library(doParallel)
path_default <- "output/observation_error/new_baseline/"

### load lhist
lhist <- readRDS("input/lhist_extended.rds")
stocks <- read.csv("input/stock_list_full2.csv", stringsAsFactors = FALSE)
### reference points
refpts <- readRDS("input/refpts.rds")
Expand Down Expand Up @@ -539,7 +538,7 @@ res %>%
"whg", "her"),
year >= 100) %>%
ggplot(aes(x = year - 100, y = data, linetype = scenario)) +
geom_hline(yintercept = 1, linetype = "dotted", size = 0.2) +
geom_hline(yintercept = 1, linetype = "solid", size = 0.2, colour = "grey") +
geom_line(size = 0.2) +
theme_paper +
facet_wrap(~ label2, labeller = label_parsed, ncol = 2) +
Expand Down

0 comments on commit 73cafd6

Please sign in to comment.