search for: prodcedures

Displaying 3 results from an estimated 3 matches for "prodcedures".

Did you mean: procedures
2010 Dec 01
5
Plot a matrix recursively
...g function: plot(m[,1],type="o", xaxt="n",ylim=c(min(m[,1:length(colnames(m))])-1, max(m[,1:length(colnames(m))])+1)) for the other columns I use there functions: lines(m[,2],type=\"o\") lines(m[,3],type=\"o\") ok, it works. But is there a way to do this prodcedures recursively?? for example: for each columns { lines(m[,column],type=\"o\") } I try with : lines(m[,2:length(colnames(m))],type=\"o\") but it doesn't work. Thanks . Alberto -- View this message in context: http://r.789695.n4.nabble.com/Plot-a-matrix-recursively-tp3067...
2011 Sep 23
1
spatstat => owin + image
Dear Community I am at my wits end and seek advice. My wish is to plot coordinates (x,y in WGS84_UMTS for the ones interested) of sampling points. This I can do by the standard spatstat prodcedure via owin. I then try to add an image, which is a map/satellite photo in the background. Firstly Problem: With the current code, I can not get the edges of the image to match the boarders of the plot
2008 Feb 28
14
Upgrading to 7.0 - stupid requirements
In http://www.freebsd.org/releases/7.0R/announce.html says Updating Existing Systems > An upgrade of any existing system to FreeBSD 7.0-RELEASE constitutes > a major version upgrade, so no matter which method you use to update > an older system you should reinstall any ports you have installed on > the machine. This will avoid binaries becoming linked to inconsistent > sets