search for: readabilty

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

Did you mean: readability
2003 May 16
2
Axis labels
Hello R-experts! When I produce a plot R takes avoids overlapping axis labels in order to maintain readabilty which is great. But now I have written a little custom plot function in which I set my own labels and label positions after generating the actual plot: axis(..., lables=c('A', 'B', 'F', 'G', 'M'), at=mypositions) As you may have guessed: This is categorial...
2004 Jun 02
1
data filtering
...ta<1), etc are vectors. Are they really implemented as vectors? Ie, if I take 5M data points, does it allocate 20MB of RAM to make a test that passes most of the elements? The only thing I can think of is to use closures to write something like a Lisp list "filter". Not sure on the readabilty merits, especially if there is a direct way to do it. If Matlab had closures I know running them in a loop would be a bear on runtime anyway. Jeff Henrikson
2002 Nov 01
2
Help on rsync delete option
Hello, Any help on the following issue will be appreciated. How do I delete files or directories in my first level of directory that is specified as host. Here is an example : rsync -avz --delete ${SOURCE_HOST}:/mlinkfam/extract/sccs/pa/* /mlinkfam/extract/sccs/pa Giving above command I find redundant files or directory not getting deleted from the first level of target directory