search for: maxday

Displaying 5 results from an estimated 5 matches for "maxday".

2011 Jan 31
1
leap year and order function
...hat every leap year, the number of days becomes to 366 instead of 365. could someone help me out? and also, this set of data has 99.99s I set all the 99.99 ==NA. however, when im doing the order function to find the max value of that year, it still reads 99.99 as the max value. Thank you very much maxday <- matrix(NA,63,5) for (a in 1948:2010){ maxday[,1]<-1948:2010 yearly<-na.omit(dat.mat[dat.mat[,1]==a,]) maxday[a-1947,2]<-yearly[order(yearly[,4])[*365*],2] maxday[a-1947,3]<-yearly[order(yearly[,4])[*365*],3] maxday[63,2]<-yearly[order(yearly[,4])[127],2] maxday[63,3]<-y...
2011 Feb 07
2
circular
...ike 12,12,4,5,6,5,11,10,3,9,9,9,12,12,2 total of 15 numbers. I'm trying to add all the same numbers, such that, there are 4 of 12s,1 of 11, 1 of 10, 3 of 9s, and such.... so the circle plot would have 4 parts of 12, 1 part of 11, 1 part of 10, 3 part of 9, and such... I tried >plot(circular(maxday[,2]*2*pi/12)) ##where maxday[,2] looks like the data above. but the only thing came out was dots, and they over wrote on each other. basically I would like to plot a pizza shape circle, where some of the slices are bigger than others. Thank you very much. [[alternative HTML version deleted]]
2014 Apr 15
2
VFs recycle, what about a trigger to delete files after xxxx!?
Dear all, I am working with vfs recycle and it is a real great thing. But something I missed all the years is a param like : recycle:purge=MAXDAYS. (where MAXDAYS is, Age of which files and directories are stored In the recycle before they are purged) I do this with my own scripts but it would be a great feature for me as admin to set this param without the need of scripting myself. EDV Daniel M?ller Leitung EDV Tropenklinik Paul-Lechle...
2002 Feb 26
2
last day of month values
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have a stock market trading values time series. What's the best way to extract the "last day of month" values. I looked at function window() but doesn't appear suitable for this since it expects regular dates. Thank you. lukas - -- Lukas Kubin lukas.kubin at permonik.com phone: 00420603836180 -----BEGIN PGP SIGNATURE-----
2002 Jun 05
1
How to switch from NT to Samba transparently?
Hi, I want to switch from our Windows NT server ( which works as our PDC ) to Linux - Samba. Could you advice a step-by-step guide about this process, or is that possible, at all? Can I use Samba as a BDC, convert the user DB and than promote it to PDC? Thanks in advance! Regards; Istvan