search for: runover

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

Did you mean: runovers
1999 Sep 28
1
Collating sequences are used inconsistently. (PR#289)
R 0.65.0 (and all others I have seen), Solaris 2.6. > sort(c("a", "A", "b", "B")) [1] "A" "a" "B" "b" > "a" < "B" [1] FALSE in the en_UK locale. I don't think it is good idea that sort and < have a different idea of ordering, so I rate this as a bug. As far as I can see sort uses
2012 Jun 28
2
R help, using R to build choropleth
Hi guys i need some help to build choropleth. Basically i am trying to colour regions on the map by population. I possess the shape file of the country, and also the population data, however, i am having trouble to create the plot, below is my code: population=read.csv("nz2.csv") population names(population) nz=readShapeSpatial((sprintf('nz-geodetic-marks',tmp_dir)))
2015 Jun 04
0
Octaudio - audio editor with embedded GNU Octave
Hello, I've been developing an octave based audio tool for some time. It can be especially useful for audio processing development and similar tasks. You can take a look at Octaudio on GitHub https://github.com/antonrunov/octaudio. I would appreciate any comments or suggestions. Thanks, Anton