search for: bugsites

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

2007 Oct 13
2
How to identify the two largest peaks in a trimodal distribution
Hello all I'm trying to do a simulation that involves identifying the minimum point between two peaks of a (usually) bimodal distribution. I can do this easily if there are only two peaks: CnBdens<-density(Ys/Xs) #probability density function for ratio of Ys to Xs for(p in 1:512) ifelse(CnBdens$y[p]>CnBdens$y[p-1],peak1<-p,break) #identifies first peak in probability
2012 Feb 20
1
readVECT6 and readRAST6 fails with R and GRASS 7 ???
...; gmeta6() gisdbase /home/shared/research/GRASSDATA location spearfish70 ...etc... > system("g.list vect") ---------------------------------------------- vector files available in mapset <PERMANENT>: archsites roads t_9961_200 t_9961_500 t_roads_prime bugsites roads_net t_9961_200_all t_9961_500_all t_roads_second ...etc... > system("g.list rast") > streams <- readVECT6("streams", type = "line,boundary", remove.duplicates = FALSE) Loading required package: rgdal Geospatial Data Abstraction Library e...
2012 Feb 21
0
R-SIG-Debian Digest, Vol 78, Issue 3
...> > ...etc... > >> system("g.list vect") > > ---------------------------------------------- > > > > vector files available in mapset<PERMANENT>: > > archsites roads t_9961_200 t_9961_500 > > t_roads_prime > > bugsites roads_net t_9961_200_all t_9961_500_all > > t_roads_second > > ...etc... > > > >> system("g.list rast") > > > >> streams<- readVECT6("streams", type = "line,boundary", remove.duplicates > > = FALSE) &gt...