Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion atlantic_forest_carbon_stock.R
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down