dams-mcda / Dams-MCDA

Emma Fox R/Shiny Project with a docker server configuration
1 stars 0 forks source link

Normalization fix and results tabs changes #152

Closed elbfox closed 4 years ago

elbfox commented 4 years ago

Be advised that there is some problem here (possibly with the server.R script?) that prevents the map from loading and the Individual/Group/UPLOAD dialogue box from popping up. This addresses normalization in WSM.R with:

Ind_NormalizedMatrix[2:5,6,3] <- c(1,1,1,1)#This replaces properties NaN at East Millinocket
Ind_NormalizedMatrix[1,5,3] <- 1 #This replaces damage 0 value for Remove at East Millinocket
Ind_NormalizedMatrix[1,1,2] <- 1 #This  fish habitat NaN at Medway
Ind_NormalizedMatrix[5,3,1:3] <- 1#This replaces the reservoir storage NaN at West Enfield, Medway, East Millinocket
Ind_NormalizedMatrix[1,2,7] <- 1 #This replaces the river rec NaN at Millinocket Lake

Results tabs changes address Sharon comments from 9/25-9/26.