Updates to data files
This commit is contained in:
8
app.R
8
app.R
@@ -17,8 +17,8 @@ modules::import(bnlearn)
|
|||||||
|
|
||||||
parser <- modules::use('Parses.R')
|
parser <- modules::use('Parses.R')
|
||||||
|
|
||||||
layers <- c("Pressures to Bio-Assemblages", "Bio-Assemblages to Output Processes", "Output Processes to Eco-system services")
|
layers <- c("Pressures to Bio-Assemblages", "Bio-Assemblages to Output Processes", "Output Processes to Ecosystem services")
|
||||||
transitions <- c("Pressures to Bio-Assemblages", "Pressures to Output Processes", "Pressures to Eco-system services")
|
transitions <- c("Pressures to Bio-Assemblages", "Pressures to Output Processes", "Pressures to Ecosystem services")
|
||||||
addResourcePath("js", "./www/js")
|
addResourcePath("js", "./www/js")
|
||||||
|
|
||||||
|
|
||||||
@@ -56,7 +56,7 @@ ui<-dashboardPage(
|
|||||||
plotlyOutput("layer1", height="270px") %>% withSpinner(),
|
plotlyOutput("layer1", height="270px") %>% withSpinner(),
|
||||||
h4('Effect on Output Processes'),
|
h4('Effect on Output Processes'),
|
||||||
plotlyOutput("layer2", height="270px") %>% withSpinner(),
|
plotlyOutput("layer2", height="270px") %>% withSpinner(),
|
||||||
h4('Effect on Eco-system services'),
|
h4('Effect on Ecosystem services'),
|
||||||
plotlyOutput("layer3", height="270px") %>% withSpinner()
|
plotlyOutput("layer3", height="270px") %>% withSpinner()
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
@@ -282,7 +282,7 @@ server <- function(input, output, session) {
|
|||||||
column(width=3, h4('Pressures')),
|
column(width=3, h4('Pressures')),
|
||||||
column(width=3, h4('Bio-assemblages')),
|
column(width=3, h4('Bio-assemblages')),
|
||||||
column(width=3, h4('Output processes')),
|
column(width=3, h4('Output processes')),
|
||||||
column(width=3, h4('Eco-system services'))
|
column(width=3, h4('Ecosystem services'))
|
||||||
),
|
),
|
||||||
fluidRow(
|
fluidRow(
|
||||||
column(width=3, icon(renderStatus(1))),
|
column(width=3, icon(renderStatus(1))),
|
||||||
|
|||||||
BIN
data/Sub_littoral_coarse.xlsx
Normal file
BIN
data/Sub_littoral_coarse.xlsx
Normal file
Binary file not shown.
BIN
data/Sub_littoral_coarse_BA.xlsx
Normal file
BIN
data/Sub_littoral_coarse_BA.xlsx
Normal file
Binary file not shown.
BIN
data/Sub_littoral_mixed.xlsx
Normal file
BIN
data/Sub_littoral_mixed.xlsx
Normal file
Binary file not shown.
BIN
data/Sub_littoral_mixed_BA.xlsx
Normal file
BIN
data/Sub_littoral_mixed_BA.xlsx
Normal file
Binary file not shown.
BIN
data/Sub_littoral_mud.xlsx
Normal file
BIN
data/Sub_littoral_mud.xlsx
Normal file
Binary file not shown.
BIN
data/Sub_littoral_mud_BA.xlsx
Normal file
BIN
data/Sub_littoral_mud_BA.xlsx
Normal file
Binary file not shown.
BIN
data/Sub_littoral_rock.xlsx
Normal file
BIN
data/Sub_littoral_rock.xlsx
Normal file
Binary file not shown.
BIN
data/Sub_littoral_rock_BAd.xlsx
Normal file
BIN
data/Sub_littoral_rock_BAd.xlsx
Normal file
Binary file not shown.
BIN
data/Sub_littoral_sand.xlsx
Normal file
BIN
data/Sub_littoral_sand.xlsx
Normal file
Binary file not shown.
BIN
data/Sub_littoral_sand_BA.xlsx
Normal file
BIN
data/Sub_littoral_sand_BA.xlsx
Normal file
Binary file not shown.
Reference in New Issue
Block a user