search for: vnm4xag

Displaying 2 results from an estimated 2 matches for "vnm4xag".

2010 Dec 20
1
contourplot help
...), expression(10^-3), expression(10^-2), expression(10^-1), expression(10^0)), xlim = c(0.75, 10^2), xlab = "Out-degree", ylab = "In-degree") Which gives the the output in the file below http://ompldr.org/vNm4xag/contour.eps As it can be seen, the level labels are not displayed nicely because there's not enough room for them. Also, the 10^-1 label is not displayed. Is there a way for me to hardcode the position of each label? I tried setting labels = F and then calling text() for each one, but that do...
2010 Dec 19
3
monthly median in a daily dataset
Hello, I have a multi-year dataset (see below) with date, a data value and a flag for the data value. I want to find the monthly median for each month in this dataset and then plot it. If anyone has suggestions they would be greatly apperciated. It should be noted that there are some dates with no values and they should be removed. Thanks Emily > print ( str(data$flow$daily) )