From 11a76d40fa7930a5dbab806a3bac95dc8d3d74f4 Mon Sep 17 00:00:00 2001 From: Adrian Torchiana Date: Fri, 13 Jan 2023 11:36:31 -0800 Subject: [PATCH] Remove atlantic forest graph label (will move it into latex) --- atlantic_forest_carbon_stock.R | 1 - 1 file changed, 1 deletion(-) diff --git a/atlantic_forest_carbon_stock.R b/atlantic_forest_carbon_stock.R index 3785879..228e007 100644 --- a/atlantic_forest_carbon_stock.R +++ b/atlantic_forest_carbon_stock.R @@ -75,7 +75,6 @@ ggplot(meltTrendDatGraph[measurement!='reforestation_rateAP' & estimator !='md'] scale_linetype('Estimator',breaks = c('ml','freq'),labels = c('HMM','Raw'))+ facet_grid(measurement~., scales='free_y', labeller = as_labeller(c('deforestation_rate' = 'Deforestation Rate','fraction_forest' = 'Fraction Forest','reforestation_rate' = 'Reforestation Rate'))) + - labs(caption = 'Points reflect the HMM parameters aggregated over all of the tiles\n(where the tile-specific deforestation rates are weighted by the fraction forest and the reforestation\nrates are weighted by the fraction not-forest.) Lines reflect a Loess trend.')+ theme(plot.caption=element_text(hjust=0)) ggsave('forest_trends_over_time.png')