Displaying 2 results from an estimated 2 matches for "occerence".
Did you mean:
coherence
2007 Mar 27
1
"Groups" in XYPLOT
...require(maptools)
#import the flow slope grid
basin.map <- readAsciiGrid("C:/R_PLots/coastal_slp.asc", colname="slope")
basin_slope <- (basin.map$slope)
#read the slopes into a dataframe
freqs<-as.data.frame(table(basin_slope))
#rank the frequencies based on each unique occerence, note, ranks from 1 to
n
r<-rank(freqs$basin_slope)
n<-length(r)
#determing the probability, n+1 insures there is no 100%, 1- reverses the
order so
#low slopes gets high probability of exceedence
z<-cbind(Rank = r, PRank = 1-(r/(n+1)))
#attach the probability to the table, result is high p...
2008 Sep 21
0
Bridge stops forwarding on fc8 xen 3.1
I have raised this issue a couple of times and had no response. I am
hoping that in the last few months someone else may have had the same
scenario and have had more success in resolving the issue than I am.
I have 3 domUs running 2.6.21.7-5.fc8xen, running on a 32 bit host
running 2.6.21-7.fc7xen (xen-3.1.2-2.fc7)
I have had a number of occerances where the bridge stops forwarding
packets