diff --git a/README.md b/README.md index c3d43bc..5bb9406 100644 --- a/README.md +++ b/README.md @@ -87,4 +87,4 @@ Rscript combine_mapbiomas_estimates.R Rscript atlantic_forest_carbon_stock.R ``` -Like section 6, the code for section 7 is public but the input files (the "raw" mapbiomas rasters) are private. \ No newline at end of file +Like section 6, the code for section 7 is public but the input files (the "raw" mapbiomas rasters) are private. 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')