Displaying 20 results from an estimated 800 matches similar to: "adding 3D arrows to 3D plots"
2013 Apr 26
1
remote backend
So, given what I've read in the documentation I would create a text file named document_database.txt that might have the following:
remote 192.168.1.10:30000
chert /var/lib/xapian_database/segment1
remote 192.168.1.10:30000 chert /var/lib/xapian_database/segment2
remote 192.168.1.10:30000 chert /var/lib/xapian_database/segment3
etc.
I would then in my PHP program open
2017 Aug 10
1
"Help On optim"
Hello,
I have some parameters from Mclust function. The parameters are in the form
*parametersDf *
* mu_1 mu_2 var_mc1 var_mc2 c1
c2 *
*2 1.357283 2.962736 0.466154 0.1320129 0.5258975
0.4741025 *
*21 8.357283 9.962736 0.466154 0.1320129 0.5258975
0.4741025 *
Each row in the above data frame
2010 May 09
1
lattice: customising panel.segments using groups
Hi,
I want to customise the segments on an xyplot. Below is a simple example
of what I'm trying to do...
#Example dataset
x <- c(-0.25, 0.25, 0.8)
y <- c(-0.5, 0, 0.75)
gp <- c("A", "I", "C")
my.data <- cbind.data.frame(x,y,gp)
#setting up the parameters to customise the lines with.
ltype <- c(1,2,3)
env.col <-
2010 Jul 21
0
Piecewise regression using lme()
Hi everyone,
I'm trying to fit a of piecewise regression model on a time series. The idea
is to divide the series into segments and then to apply linear regression
models on each segment but in a "global way" and considering
heteroskedasticity between the segments. For example, I build a time series
y with 3 segments:
segment1=1:20+rnorm(20,0,2)
segment2=20-2*1:30+rnorm(30,0,5)
2003 Feb 24
2
"trace" argument in legend() (PR#2578)
Full_Name: Jerome Asselin
Version: 1.6.2
OS: RedHat Linux 7.2
Submission from: (NULL) (142.103.173.179)
Should be an easy fix...
Consider the examble below:
plot(0,0)
legend(0,0,c("Hello!","Hi!"),pch=1:2,lty=1:2,trace=T)
It gives the following trace:
> plot(0,0)
> legend(0,0,c("Hello!","Hi!"),pch=1:2,lty=1:2,trace=T)
xchar= 0.05178 ;
2007 Dec 12
0
Ruby on Rails( Text Segmentation)
There is a piece of source code.On selection of some part of source code
and click on button say"Create Segment".Segment should be created.
Structure for this is:
/*Start Segment1*/
{
------------------------
-----------------------
----------------------
}
/*End Segment1*/
On clicking the create segment button, for the selected text start and
end segment should be created.Please help
2014 Jul 19
2
Mailboxes not showing up in MS Outlook
Sat, 19 Jul 2014 15:03:03 -0400
I am not sure exactly where the problem is here. I am using a sieve script
that sorts various incoming messages into their own mailbox. MS Outlook does
not show those folders if they are not directly under INBOX.
EXAMPLE:
drwx------ 31 vmail vmail 1.0K 2014-07-19 14:46:55 EDT ./
drwx------ 3 vmail vmail 512B 2014-07-02 13:52:03 EDT ../
drwx------ 5
2012 Sep 17
2
Creating missingness in repeated measurement data
Dear R users,
I have the following problems. My dataset (dat) is as follows:
a <- c(1,2,3)
id <- rep(a, c(3,2,3))
stat <- c(1,1,0,1,0,1,1,1)
g <- c(0,0,0,0,0,0,1,0)
stop <- c(1,2,4,2,4,1,1.5,3)
dat <- data.frame(id,stat,g,stop)
I want to creat a new dataset (dat2) with missing values
such that when either g = =1 or stat = =0, the remaining rows for an
individual subject
2003 Jul 28
0
Loop Drop on vpb/1-7
Hi list,
anyone know what is going on here?
I don't get any sound from the out clip & I get the following when I dial in
to asterisk (after which it just times out):
-- Event [0=>[06] Ring] on vpb/1-7
-- Executing Wait("vpb/1-7", "2") in new stack
Read_channel ## vpb/1-7: Setting record mode, bridge = 0
-- Executing Answer("vpb/1-7",
2009 Jan 14
2
coercing a list into matrix
Dear list,
I have a list of number sequences. Each number sequence has different
numbers of elements. Is there a quick way (other than to iterate
through the entire list) way to coerce list to matrix with NAs filling
in the short sequences?
An example of what I mean is this:
A <- list(c(3,2,3),c(6,5))
I'd like to get A so that it is
3 2 3
6 5 NA
Best,
Ken
2013 Sep 10
1
Sieve Filter global vs user specific
Hi at all!
I'm actually fighting to make sieve in dovecot work and made quite a success
by now.
However, I still fail at the following constellation:
Background: I'm a Mail Admin of a small IT department and we are already
using Dovecot as LDA with a filtering server. Any user can easily create
filter rules that apply to him (to make it easier for my colleagues we use
the Roundcube plugin
2002 May 21
1
smbfs related oops
Hi
[1.] One line summary of the problem:
rsync segfaulting and the kernel oops'ing while synchronizing two smbfs's
[2.] Full description of the problem/report:
I am implementing file synchronization between two Windows NT 4 machines
through two smbfs mounts. Rsync runs for about half an hour; then the
kernel gives an oops and rsync segfaults. Hereafter the smbfs file
system is
2005 Mar 28
2
Generating list of vector coordinates
Hi.
Can anyone suggest a simple way to obtain in R a list of vector
coordinates of the following form? The code below is Mathematica.
In[5]:=
Flatten[Table[{i,j,k},{i,3},{j,4},{k,5}], 2]
Out[5]=
{{1,1,1},{1,1,2},{1,1,3},{1,1,4},{1,1,5},{1,2,1},{1,2,2},{1,2,3},{1
,2,4},{1,2,
5},{1,3,1},{1,3,2},{1,3,3},{1,3,4},{1,3,5},{1,4,1},{1,4,2},{1,4,3},
{1,4,
2010 Jan 27
2
Configuration of hosts
I'm probably doing something I'm not supposed to even try, but I'm trying
for "proof of concept" before physically setting up a distant network
because of logistical issues.
Anyway, I have tincd running as a service on two windows machines on the
same lan. I'm trying to establish a connection between those two computers
on the vpn ip's (10.20.30.1 and 10.20.40.1).
2007 Jan 14
1
E&M ?
When I send a call from my TE410P using E&M, the legacy PBX answers
the call but doesn't route it. Any idea what this could be? I assume the
digits aren't being delivered properly to the legacy pbx. Any
suggestions on what config settings to muck with?
Asterisk SVN-branch-1.2-r40901 built by root @ pbx04 on a i686 running
Linux on 2007-01-14 14:05:02 UTC
zaptel.conf
2008 Aug 20
3
Confidence Interval
Hi!
With the following script, I'm trying to make a demonstration of a
Confidence Interval, but I'm observing some differences on tails.
# Teste de média entre uma amostra e uma população normal
# Autor: Raphael de Freitas Saldanha
# Agosto de 2008
n <- 200 # Sample size
xbar <- 100 # Sample mean
s <- 2 # Sample SD
nc <- 0.95 # Confidence level (95%
2004 Nov 08
1
Possible bug in read.fwf (PR#7350)
Full_Name: Shigeru Mase
Version: R 1.9.1 and 2.0.0
OS: Debian Linux
Submission from: (NULL) (219.35.150.115)
I tried to read the following text file "test.txt" with 5 lines using
read.fwf() function:
# comment 1
1234567 # comment 2
1 234567 # comment 3
12345 67 # comment 4
# comment 5
In R 1.9.1, I got the following result (since I have R 2.0.0 installed now
I cannot reproduce
2000 Nov 07
1
arrows() doesn't like zero-length arrows (PR#727)
Hi,
By going through the mailing list archives, I noticed that people use
the arrows() command to add error bars to their plots. I think there
is a problem when trying to draw arrows of zero length. In the
following code, certainly the x driver produces an odd-angled line.
In the postscript device, NaNQ values are generated; when the
postscript file is viewed in Ghostview, an error is then
2006 May 08
3
Non repetitive permutations/combinations of elements
Hello all,
I am trying to create a matrix of 1s and -1s without any repetitions for a
specified number of columns.
e.g. 1s and -1s for 3 columns can be done uniquely in 2^3 ways.
-1 -1 -1
-1 -1 1
-1 1 -1
-1 1 1
1 -1 -1
1 -1 1
1 1 -1
1 1 1
and for 4 columns in 2^4 ways and so on.
I finally used the function combn([0 1],3) that I found at the following link
2006 Jan 08
1
confint/nls
I have found some "issues" (bugs?) with nls confidence intervals ...
some with the relatively new "port" algorithm, others more general
(but possibly in the "well, don't do that" category). I have
corresponded some with Prof. Ripley about them, but I thought I
would just report how far I've gotten in case anyone else has
thoughts. (I'm finding the code