Displaying 8 results from an estimated 8 matches for "helices".
Did you mean:
felices
2006 Jun 12
1
filter/exclude confusion ???
...-f - /brono/ \
-f - /jord/ \
-f - /loki/ \
-f - /odin/ \
_both_ before and _after_ specifying source and destination.
I know that the rest of the syntax I am using is correct, because
_without_ those filters, it brings everything across ;<
What am I missing?
--
Best Regards,
helices
-
Dare to fix things before they break . . .
-
Our capacity for understanding is inversely proportional to how much
we think we know. The more I know, the more I know I don't know . . .
--
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: a...
2010 Nov 20
1
how to draw manifold?
Hi,
I need some help either in how to configure variables for wireframe(),
or some suggestions as to other graphics commands to use for plotting a
2-D manifold in 3-D space.
Here is an example I tried (in the hopes that it would plot a helical
line) :
xsp<-matrix(c(cos(seq(0,80)/5)),9,9)
ysp<-matrix(c(sin(seq(0,80)/5)),9,9)
zsp<-matrix(c((seq(0,80)/20)),9,9)
wireframe(zsp~xsp*ysp)
2006 May 15
1
timeout in data send/receive ???
...repeatedly manifests itself _after_ PUSHING ~2 GB of
files.
[8] Obviously, in production, there will NOT be an empty side to this;
but, until we understand the cause to these failures, our
confidence in this process will be less than ideal ;>
What do you think?
--
Best Regards,
helices
-
Dare to fix things before they break . . .
-
Our capacity for understanding is inversely proportional to how much
we think we know. The more I know, the more I know I don't know . . .
--
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: a...
2010 May 11
1
comparing and combing files
Hello,
I have two tab-delimited files which I would like to combine.
In the first one I have gene IDs (Unique) on column 1 and than various
experimental results from microarray analysis (see attached files list1 )
the second arrays have the same genes IDs (more and in a different order,
some are double) (see attached files list2 )
What I would like to do is to search in the second list for gene
2007 Aug 04
7
Optimization in R
Hi all,
I've been working on improving R's optim() command, which does general purpose
unconstrained optimization. Obviously, this is important for many statistics
computations, such as maximum likelihood, method of moments, etc. I have
focused my efforts of the BFGS method, mainly because it best matches my
current projects.
Here's a quick summary of what I've done:
*
2018 May 31
0
strange misflagging of incoming mail as trash
Setting up postfix/dovecot on a clean FreeBSD cloud server, and have discovered a strange problem resulting from the interaction of Mac OS X Mail and dovecot (using the Maildir file structure). Essentially, under very specific circumstances, Mail somehow tells dovecot that a new incoming message is trash, dovecot marks it as such, and the message effectively vanishes.
The specific circumstance is
2011 Jul 13
1
Plotting parametrized curves (2D or 3D)
The curve() function plots an expression in x over an interval [from,to]. I
am looking for a function that would allow me to plot a parametrized curve
t -> x(t) where x is a vector in 2 or 3 dimensions.
For example (cos(t), sin(t)) (a2DÂ circle) or (cos(t), sin(t), t) (a 3D
helix). It seems that neither curve(), plot(), nor persp() are helpful for
that particular problem. I bet I?m not the
2006 Dec 22
1
recommneded tape drives
Hi there, I am pricing out a dell 840 (low end file server) that will
run latest centos.
Can anyone recommend a good tape drive/card combo with centos? The
drives (to be backed up) in it will be a raid 0 - 500gb.
Thanks in advance!
Dustin