[R-sig-dyn-mod] error attaching package deSolve

Giorgio Garziano giorgio.garziano at ericsson.com
Fri Jan 8 16:48:29 CET 2016


Hi Darin,

I am adding some info to the previous answer.

The function matplot is defined in both graphics and deSolve packages.
See:

help(matplot, package="deSolve")
help(matplot, package="graphics")

You may specify the matplot implementation you intend to run by specifying the
associated package this way:

deSolve::matplot

graphics::matplot

See:

help("::")

Further details at:

http://r-pkgs.had.co.nz/namespace.html#undefined


Best,

--
GG



More information about the R-sig-dynamic-models mailing list