Change of calc position
This commit is contained in:
5
app.R
5
app.R
@@ -48,8 +48,8 @@ ui<-dashboardPage(
|
||||
fluidRow(
|
||||
column(width=2,
|
||||
h4('Pressure Test'),
|
||||
uiOutput("pressureList"),
|
||||
actionButton("calcAB", icon('calculator'))
|
||||
actionButton("calcAB", "Calc"),
|
||||
uiOutput("pressureList")
|
||||
),
|
||||
column(width=10,
|
||||
h4('Effect on bio-assemblage'),
|
||||
@@ -233,7 +233,6 @@ server <- function(input, output, session) {
|
||||
sampleDists <- cpdist(
|
||||
fitted = modelList[[.selections$model]][[layer]]$cfit,
|
||||
nodes = bnlearn::nodes(modelList[[.selections$model]][[layer]]$cfit),
|
||||
#evidence = eval(parse(text = expr)),
|
||||
evidence = eval(parse(text = expr)),
|
||||
method = "lw",
|
||||
n = 10000,
|
||||
|
||||
Reference in New Issue
Block a user