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.) ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.