diff --git a/h2/components/modules/mod_tracking.R b/h2/components/modules/mod_tracking.R index 2ffca61..3a7c37d 100644 --- a/h2/components/modules/mod_tracking.R +++ b/h2/components/modules/mod_tracking.R @@ -141,7 +141,12 @@ tracking_server <- function(id) { xlab("") + ylab("Carbon Pool (Fraction)") + theme(plot.title = element_text(size=20,face="bold"), - legend.position="bottom") + legend.title=element_text(size=16), + legend.position="bottom", + legend.text=element_text(size=12), + axis.title.y=element_text(size=14), + axis.text=element_text(size=10), + plot.margin = margin(1,1,1,1,"cm")) # save as file ggsave("outfile_area.jpeg",plot=area_plot,device="jpeg", diff --git a/h2/outfile_area.jpeg b/h2/outfile_area.jpeg deleted file mode 100644 index c5d63f8..0000000 Binary files a/h2/outfile_area.jpeg and /dev/null differ diff --git a/h2/outfile_area.png b/h2/outfile_area.png deleted file mode 100644 index 9c07aca..0000000 Binary files a/h2/outfile_area.png and /dev/null differ diff --git a/h2/outfile_area.svg b/h2/outfile_area.svg deleted file mode 100644 index 817a027..0000000 --- a/h2/outfile_area.svg +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -0 -250 -500 -750 -1000 -1900 -2000 -2100 -2200 -2300 -Carbon Pool (Pg C) -source_name - - - - - - - - - -Atmosphere -Deep Ocean -Detritus -Fossil Fuels -HL Ocean -Intermediate Ocean -LL Ocean -Soil -Vegetation -Amount of Carbon in Atmosphere by Source - - diff --git a/h2/outfile_bar.gif b/h2/outfile_bar.gif deleted file mode 100644 index 2a154b9..0000000 Binary files a/h2/outfile_bar.gif and /dev/null differ