Displaying 3 results from an estimated 3 matches for "readabilti".
Did you mean:
readabilty
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
2004 Jun 02
1
data filtering
I would like to know if there is a way to do the following command in
one step, primarily for speed on large data (5 million elements), and
secondarily for readablity.
mean(delta[(intersect(which(x[['class']]==0),which(delta<1)))])
Do I really have to rely on an intersect operator? Isn't that
O(nlg(n))? Can't I just filter in one step? As an R newbie, I would
have guessed
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