Displaying 6 results from an estimated 6 matches for "xstep".
Did you mean:
step
2011 May 18
3
leyenda cortada en el eje Y
...data$Sink),nrow=3)
barplot2(d,beside=T,xlab="Distance between nodes (in
meters)",ylab="Number of queries
injected",legend.text=c("Per-Hop","Global","Sink"),col=c("black","grey","white"))
axis(1,at=c(2.5,6.5,10.5),data$Xstep, tick=F)
dev.off()
Las barras verticales llegan hasta un valor aproximado de 400.000, sin
embargo, la leyenda en el eje Y sólo llega hasta 350.000. He probado a
poner con ylim(0,400000) y con esto, consigo lo que quiero pero el
gráfico me corta la leyenda, es decir, en vez de aparecer 4e+05, sale...
2000 Aug 04
2
pattern on bars?
Colors are real nice, but the publication I'm preparing these barplots for
permits only black and white. The Splus plot options ``dbangle'' (or plain
``angle'') and ``density'' (as on p. 65 of MASS 1st ed.) don't seem to be
available in R. Is there another way to do this?
I'm running R 1.1.0 on Linux (intel). Thanks.
2007 Oct 04
3
Contour plot (level curves)
Hi all,
I have a sample of n values from a bivariate distribution (from a MCMC
procedure). How could I draw a contour plot of "the joint density" based on
that sample ?
Sorry if I was not too clear.
Thans in advance,
Regards,
Caio
[[alternative HTML version deleted]]
2004 Jul 26
5
covariate selection in cox model (counting process)
Hello everyone,
I am searching for a covariate selection procedure in a cox model formulated
as a counting process.
I use intervals, my formula looks like coxph(Surv(start,stop,status)~
x1+x2+...+cluster(id),robust=T) where id is a country code (I study
occurence of civil wars from 1962 to 1997).
I'd like something not based on p-values, since they have several flaws for
this purpose.
I turned
2007 Apr 28
0
[977] branches/wxruby2/wxwidgets_282/swig/classes/include/wxScrolledWindow.h: Add missing DoPrepareDC method, remove comment cruft
...      * \param int
-         * \param int
-        */
-
</del><span class="cx"> void SetScrollRate(int xstep , int ystep ) ;
</span><del>-        /**
-         * \brief Call this function to tell wxScrolledWindow to perform the actual scrolling on
-a different window...
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...int lsnd, l1, l2, l3, ld, lr, lt;
^
cc-1552 c89: WARNING File = lbfgsb.c, Line = 326
The variable "l3" is set but never used.
int lsnd, l1, l2, l3, ld, lr, lt;
^
cc-1551 c89: WARNING File = lbfgsb.c, Line = 687
The variable "xstep" is used before its value is set.
nint, word, iback, stp, xstep, k);
^
cc-1552 c89: WARNING File = lbfgsb.c, Line = 582
The variable "time" is set but never used.
double time;
^
-------------------...