started with ui. made a new app.R for that and made the home page and started with the explore page. Header with baselayout is also done.
This commit is contained in:
@@ -441,7 +441,7 @@ server <- function(input, output, session) {
|
||||
numericInput("dilutionFac", "dilution factor", value = NA, min = 0, max = 10),
|
||||
numericInput("NoDil", "no. of dilutions", value = NA, min = 8),
|
||||
numericInput("NoDilSer", "no. of dil. series", value = NA),
|
||||
verbatimTextOutput("dilutions")
|
||||
verbatimTextOutput("dilutions") #TODO_BARBARA Was wird hier ausgegeben? Sehe in ui nichts
|
||||
),
|
||||
h4("log-dilutions from settings above"),
|
||||
column(
|
||||
|
||||
Reference in New Issue
Block a user