Displaying 20 results from an estimated 100 matches similar to: "Need help on changing a table"
2007 Oct 15
1
Need help ploting time series
Hi:
I been having a lot of trouble trying to plot multiple time series on the
same plot. What I want to do is the following:
I have a table with sales per day on different states and what i would like
to do is plot time series for all the diferents states in the same plot
(divided in small squares, not all the time series together) so I can
visualize the data; but I do not know how to do this, im
2007 Oct 15
1
Need help ploting time series(2)
hi:
Yesterday I post a message about hoy to plot a time series, but someone told
me to post more information about the file so here it is:
the file was read using read.table and the name is list. When I use
str(list) it tells the following variables:
YEAR int: 2003,2003,2003....2004
MONTH int:1,1,1,1,....
DAY:int 1,1,1,...
STATE: factor with 51 levels.
SALES: int (sales per day)
The reason why
2004 Nov 30
1
xy_plot
R users;
Does anyone have a recommendation for a faster
plotting function rather than plot(x,y)?
when I use plot(x,y) for a large number of variables,
it take couple of moments to plot the graph?
Sincerely,
Sean
2008 Feb 21
2
jpeg() creating empty files with qplot() in a loop
Hello all,
I'm stuck with a strange issue with writing jpegs of plots to a folder
in a loop.
This works:
for (step in 1:length(steps)) {
jpeg(filename=paste("frame_",sprintf("%05d",step),".jpg",sep=""))
plot(steps[[step]])
dev.off()
}
But if I use qplot to generate the plot (which is my aim):
for (step in 1:length(steps)) {
2018 Jan 16
3
Exception handling support for a target
On 16 Jan 2018, at 10:18, Tim Northover via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
>> Is the above list complete? Do I understand their purpose correctly (sort
>> of)?
>
> There are components in libunwind (especially) and compiler-rt you'll
> also need to look at if you're not on top of an existing runtime.
The libUnwind parts are relatively
2010 Mar 16
1
Outbound route prefixes
Dear all, I use Trixbox as my PBX. Until a couple of days I've installed a
GSM Gateway to communicate with our three cellular phones:
15 64227777
15 64228888
15 64229999
The GSM Gateway has just one SIM.
I use the Free PBX web interface in order to set up the route and trunk
parameters:
Trunk:
*******
Name:
SIM1
Peer details:
host=10.10.1.2 (IP from GSM Gateway)
port=5060
type=peer
2009 Aug 28
2
Pls package
Hi,
I have managed to format my data into a single datframe consisting of two AsIs response and predictor dataframes in order to supply the plsr command of the pls package for principal components analysis.
When I execute the command, however, I get this error:
> fiber1 <- plsr(respmat ~ predmat, ncomp=1, data=inputmat,validation="LOO")
Error in model.frame.default(formula =
2018 Jan 16
0
Exception handling support for a target
On 15 January 2018 at 12:49, 陳韋任 via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> - CFI directives:
>
> This is for .eh_frame section. Basically all the targets insert CFI
> directives in FrameLowering, but I am not sure exactly when/where I should
> do so.
The directives are there to describe where the unwinder should look to
find out what each register's value
2006 Nov 12
2
segfault 'memory not mapped', dual core problem?
I encountered a segfault running glm() and wonder if it could have
something to do with the way memory is handled in a dual core system
(which I just set up). I'm running R-base-2.4.0-1, installed from the
SuSE 10.1 x86_64 rpm (obtained from CRAN). (My processor is an AMD
Athlon 64 x2 4800+).
The error and traceback are
*** caught segfault ***
address 0x8001326f2b, cause 'memory not
2003 Jul 07
2
Legalese. What is stride?
Hello all.
I've been playing around with theora since it first entered CVS, and I
like what I'm seeing. Today I've been fixing xine's theoraplugin to
understand theora_info.frame_{width,height} and
theora_info.offset_{x,y}. I only got it working after some experimenting
and basically copying the code from player_example. A few questions
related to this:
1. What are the legal
2005 Nov 25
1
read.table without sep
Hello all,
I have a data file table.txt which i have attached. I am trying to pass the
columns as arguments to a function "totnorm" where i am displaying a total
normalization plot. The function is given below:
totnorm<-function(x,y){scale<-sum(x)/sum(y);xlab<-colnames(x);ylab<-colnames(y);x1<-x[[1]];y1<-scale*y[[1]];plot(x1,y1,xlab=xlab,ylab=ylab,col=6,
col.lab=4);}
2005 Nov 25
1
read.table without sep
Hello all,
I have a data file table.txt which i have attached. I am trying to pass the
columns as arguments to a function "totnorm" where i am displaying a total
normalization plot. The function is given below:
totnorm<-function(x,y){scale<-sum(x)/sum(y);xlab<-colnames(x);ylab<-colnames(y);x1<-x[[1]];y1<-scale*y[[1]];plot(x1,y1,xlab=xlab,ylab=ylab,col=6,
col.lab=4);}
2018 Jan 15
5
Exception handling support for a target
Hi All,
I would like to know in order to support exception handling for
particular target, what need to be done. After doing some investigation, I
can think of the following items with questions:
- CFI directives:
This is for .eh_frame section. Basically all the targets insert CFI
directives in FrameLowering, but I am not sure exactly when/where I should
do so.
-
2007 Oct 01
0
Asterisk+Sipura 3102+PSTN line
Hello Gurus
I've installed my Asterisk server for testing on the company I work the
setup or the approach let's call it is:
1 Asterisk Server fully configured and with some SIP extensions setup on two
cities A and B.
2. One local PSTN line connected thru a x01p card to call local phone
numbers numbres on city A.
3. A Sipura 3102 Gateway on city B connected to a city's B PSTN line.
I
2018 Jan 16
0
Exception handling support for a target
I'd like to thank Tim and David for answering this and Chenwj for asking.
I personally don't know much at all about exception handling in LLVM - it's
something that was implemented for my target before I started working on
it. The information you provided is concise, clear and a great start for
getting a handle on how it all comes together in the back end.
In addition to thanking you
2007 Feb 13
1
AGI "GET DATA" and "WAIT FOR DIGIT" don't work
Hi.
I'm trying to get digits form the user via agi
something like this: this only should print result=asciicode
but none of the functions even wait until timeout ..
they just pass .. (after a nanosecond)
the las print is always timeout.
Any clue ..?
my $callerid = $AGI{'callerid'} ;
if($callerid !~ /[0-9]{7,20}/){
#way numbre one
print "EXEC PLAYBACK
2007 Mar 15
1
Freepbx Incoming call's configuration
Hi every body,
I've set up a Trixbox Server with TE110P,all things seem to work
fine(Thank You Malling lists & irc & Forums), but i need your help,
i ve 30 numbre from 60 to 89, i need to specify for each sip extension
a Zap number
for example to call the sales service the caller must call 555-4570
and automaticly the caller will be redirected to the 202 ( sales
service ) so nobody
2007 Jul 05
3
Loop and function
Hi All, I am trying to make a loop for a function and I am using the
following codes. "p" and "var" are some matrix obtained before. I would like
to apply the function "gpdlow" for i in 1:12 and get the "returnlow" for i
in 1:12. But when I ask for "returnlow" there are warnings and it turns out
some strange result.
for (i in 1:12){
gpdlow
2004 Jan 23
12
8 lines - best approach
I have 8 lines coming into an existing PBX system and am looking for a cost
effective way to replace the existing system with Asterisk. We need some of
the features in Asterisk, including its ability to support remote offices
(long distance savings).
At first glance this appears to require a T100P card and a channel bank, but
that seems rather expensive. My estimated price on that would be
2011 May 23
6
How do I assign boolean (o,1) values to a column?
Hi everybody!!
I'm trying to assign boolean values to a column in a matrix depending on the
number of times present in another column. I have no clue, I have been 2
days looking for a way, if somebody knows what kind of functions I need to
use I will really apreciate it.
example:
Color Type Mark1 Mark2 Mark3
Red high 139 P alpha
blue low 140 P alpha
Green high