Saturday 1 December 2007

Released RiDMC 0.8-2

I have rolled up a new version of RiDMC some moments ago.

In this version, all plotting functions have been completely redesigned, for allowing easier plot customization. The online demo has been updated accordingly.
Here an example adapted from the Basin man page:

m <- Model(exModelFile('henon'))
b1 <- Basin(m, c(1.42,0.3), c(-2,2), 200, c(-2, 2), 200, 1000, 1000)
plot(b1, legend=TRUE)

Among other things, package source size have been reduced considerably (from 2.5Mb to 842Kb), and the configure script (needed on *nix platforms) slightly robustified.