[R] model simulation
Ben Bolker
bolker at ufl.edu
Mon Sep 7 20:38:58 CEST 2009
Rafael Moral <rafa_moral2004 <at> yahoo.com.br> writes:
>
> Dear useRs,
>
> Is there a package or a function able to simulate models with sets of
differential equations?
> Where we could input our model and give R some value to start with and it
would generate the graphs?
>
> Regards,
> Rafael.
>
install.packages("deSolve")
it won't generate the graphs automatically, you have
to use standard R tools (plot, matplot, etc.)
More information about the R-help
mailing list