Skip to content

Commit

Permalink
Spacing adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranmayi3595 authored Oct 8, 2024
1 parent 0e7ef18 commit a253e9f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ tgi_sat_genLogistic <- function() {
kel <- cl / vc
tumorSize(0) <- ts0


d/dt(depot) <- -ka*depot
d/dt(central) <- ka*depot-kel*central
d/dt(tumorSize) <- kge*tumorSize*(1-(tumorSize/tsmax)^gamma)
Expand Down

0 comments on commit a253e9f

Please sign in to comment.