[R] scatterplot 3d equal axis sequence length limitation

2010-09-23 Thread rtist
of one axis to the same length of another, I would just like the color to be transparent for those values (edges and vertices). thanks, rtist -- View this message in context: http://r.789695.n4.nabble.com/scatterplot-3d-equal-axis-sequence-length-limitation-tp2552476p2552476.html Sent from

Re: [R] Detecting Growth Trends

2010-08-31 Thread rtist
You can try a unit root test which test for stationarity in a series. -- View this message in context: http://r.789695.n4.nabble.com/Detecting-Growth-Trends-tp2402080p2402132.html Sent from the R help mailing list archive at Nabble.com. __

Re: [R] Detecting Growth Trends

2010-08-31 Thread rtist
If the test rejects the null, then it has determined that the new set of incoming data is no longer purely oscillatory in the mean reverting sense (it is now unit root and exhibits growth). Unless I misinterpreted, the OP wants to find a statistical method to determine such behavior beyond

[R] converting Ggobi csv input to xml for line plots in 3d

2010-04-15 Thread rtist
Hi, I was wondering if any Ggboi experts have encountered the following. I have data in csv that I want to plot with lines in ggobi. Unfortunately, there is some kind of information missing that xml seems to contain. I.e. I can plot scatterplots with dots using csv input, but not connect with

[R] Question on entry exit tabulating in any R finance package

2010-03-28 Thread rtist
that is long only and seems a bit cumbersome to run the simple metrics for trade entry/exit. Any ideas on packages that will do this, or why I'm misunderstanding the Tradesys results? thanks, rtist Pat W. -- View this message in context: http://n4.nabble.com/Question-on-entry-exit-tabulating-in-any-R

Re: [R] plotrix 2.8-4

2010-03-22 Thread rtist
border? ex: library(plotrix) x-matrix(rnorm(30),6,5) cellcol[x0]-c(green) cellcol[x0]-c(red) color2D.matplot(x=round(x,2),cellcolors=cellcol,show.values=TRUE,main=Association plot) thanks! Rtist -- View this message in context: http://n4.nabble.com/plotrix-2-8-4-tp1678574p1678576.html Sent

Re: [R] outputing text colors

2010-03-19 Thread rtist
Hi Everyone, And thanks for the replies. I was more specifically referring to the console table output itself. I have a time series that has columns of months and rows of years, and each row,col is a value. I wanted the actual text output value to the console table r,c to have a color

[R] outputing text colors

2010-03-18 Thread rtist
Hi all, I was wondering if there is a way to output text tables with the color of the text corresponding to a condition. More specifically, Im outputting an time series table and want the console colors to be green0 and red0. This is very easy to do in excel using conditional formatting. Any