move things around
This commit is contained in:
@@ -12,12 +12,14 @@ library(leaflet)
|
||||
##
|
||||
|
||||
# read a data frame from the ods document
|
||||
df <- read_ods("ironwood_data_cleaned.ods", sheet = 1)
|
||||
df <- read_ods("data/ironwood_data_cleaned.ods", sheet = 1)
|
||||
# site base location
|
||||
site_lat <- "-33.943917"
|
||||
site_lon <- "23.507389"
|
||||
# vector of condition names corresponding to the health index numbers
|
||||
condition_names <- c("healthy", "light damage", "medium damage", "severe damage", "at point of death")
|
||||
condition_names <- c("healthy", "light damage",
|
||||
"medium damage", "severe damage",
|
||||
"at point of death")
|
||||
# colors for each condition
|
||||
condition_colors <- c("green", "yellow", "orange", "red", "black")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user