You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: model.R
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ solver <- ode
8
8
headerText<-"Binding Model"
9
9
10
10
# Sidebar header with instructions. (this is markdown code)
11
-
sidebarHeader<-"The simulation will update as you change the parameters below. The summary tab records results across multiple runs of the simulation."
11
+
sidebarHeader<-""
12
12
13
13
# Footer with some extra text. (this is markdown code)
14
-
sidebarFooter<-"Version 0.3. [Source code](https://github.com/whitwort/bindingModel) available on github."
14
+
sidebarFooter<-"Version 0.4. [Source code](https://github.com/whitwort/bindingModel) available on github."
15
15
16
16
# Kinetic parameters; don't duplicate names with the state vector
0 commit comments