Función do({}) en R no me permite nombrar a ode para poder añadir las variables dentro de mapings de ggplot

前端 未结 0 1316
孤街浪徒
孤街浪徒 2021-01-11 10:49

Good afternoon.

I am implementing SIR model in R, I need to vary beta and gamma for it.

library(deSolve)

par(mar = rep(2, 4))
N = 1000
vi <- c(S =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题