Skip to content

Commit

Permalink
fix commercial div figure for presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kimberly-bastille committed May 5, 2022
1 parent 1cae195 commit 519780d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions chunk-scripts/LTL_MAB.Rmd-pp-monthly.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pp_cci <- ggplot2::ggplot(out_pp) +
ggplot2::ggtitle("Monthly median PPD") +
ggplot2::ylab(expression("PP (gC m"^-2*" d"^-1*")")) +
ecodata::theme_facet() +
ggplot2::ylab("Time")+
ggplot2::theme(axis.text.x = element_text(angle=45, hjust = 1),
panel.spacing = unit(0.5, "lines"),
plot.margin = unit(c(0.1, 0, 0, 0), "cm"))+
Expand Down
3 changes: 1 addition & 2 deletions chunk-scripts/LTL_MAB.Rmd-setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ image.dir<- here::here("docs/images")
knitr::opts_chunk$set(echo = FALSE,
message = FALSE,
warning = FALSE,
fig.align = 'center',
fig.path = "docs/images/") #allows for inserting R code into captions
fig.align = 'center') #allows for inserting R code into captions

#Plotting and data libraries
library(ggplot2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ comm_div %>%
ggplot2::geom_point(aes(x = Time, y = Value, color = Var), size = pcex) +

ggplot2::scale_x_continuous(expand = c(0.01, 0.01)) +
ggplot2::scale_color_manual(values = series.col, aesthetics = "color")+
ggplot2::scale_color_manual(values = "black", aesthetics = "color")+
ggplot2::guides(color = FALSE) +
ggplot2::ggtitle("Permit revenue species diversity")+
ggplot2::ylab(expression("Effective Shannon")) +
Expand Down
2 changes: 1 addition & 1 deletion docs/human_dimensions_NE.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ comm_div %>%
ggplot2::geom_point(aes(x = Time, y = Value, color = Var), size = pcex) +
ggplot2::scale_x_continuous(expand = c(0.01, 0.01)) +
ggplot2::scale_color_manual(values = series.col, aesthetics = "color")+
ggplot2::scale_color_manual(values = "black", aesthetics = "color")+
ggplot2::guides(color = FALSE) +
ggplot2::ggtitle("Permit revenue species diversity")+
ggplot2::ylab(expression("Effective Shannon")) +
Expand Down
6 changes: 5 additions & 1 deletion docs/human_dimensions_NE.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<title>Human Dimensions GB and GOM</title>

<script src="libs/header-attrs-2.11/header-attrs.js"></script>
<script src="libs/header-attrs-2.13/header-attrs.js"></script>
<script src="libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="libs/bootstrap-3.3.5/css/lumen.min.css" rel="stylesheet" />
Expand Down Expand Up @@ -63,6 +63,7 @@




<style type = "text/css">
.main-container {
max-width: 940px;
Expand All @@ -84,6 +85,9 @@
summary {
display: list-item;
}
details > summary > p:only-child {
display: inline;
}
pre code {
padding: 0;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/human_dimensions_NE_files/figure-html/recdat-diversity-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/human_dimensions_NE_files/figure-html/stock-status-1.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 519780d

Please sign in to comment.