Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GAREL Marc
logisitic_microbio
Commits
6597e43d
Commit
6597e43d
authored
Nov 28, 2017
by
GAREL Marc
Browse files
Add equation in latex verion
parent
7caa6e32
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui.R
View file @
6597e43d
...
...
@@ -9,7 +9,7 @@ shinyUI(fluidPage(
# load dataset
titlePanel
(
"Upload file"
),
sidebarLayout
(
sidebarPanel
(
sidebarPanel
(
(
"This is to perform logistic regression to estimate growth rate and maxium cells density. You have to format data with tab separartor and dot for decimal"
fileInput
(
'file1'
,
'Choose CSV File'
,
accept
=
c
(
'text/csv'
,
'text/comma-separated-values,text/plain'
,
...
...
@@ -31,6 +31,8 @@ titlePanel("Upload file"),
mainPanel
(
h4
(
"Some details"
),
verbatimTextOutput
(
"txtout"
),
withMathJax
(),
helpText
(
'Logistic equation $$x(t) =r.x_0.(1-\\frac{x_0}K)$$'
),
tabsetPanel
(
tabPanel
(
"Data"
,
tableOutput
(
'contents'
)),
tabPanel
(
"Plot"
,
plotOutput
(
'plot'
),
verbatimTextOutput
(
'ex_out'
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment