add normalization graph filter functionality

This commit is contained in:
2025-07-19 16:21:19 -04:00
parent 8a0c3341dc
commit f9e6ce7a33
2 changed files with 57 additions and 38 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ get_all_normalized_cost_index <- function(storm) {
full_lf_id = paste0(lf_type, lf_id)
) %>%
select(
normalization_year, mmh_index, mmp_index, mmh, mmp, full_lf_id
normalization_year, mmh_index, mmp_index, mmh_loss = mmh, mmp_loss = mmp, full_lf_id
)
result <- query %>% collect()