-
# draw an arrow with the coordinates extracted
arrows(id$x[1], id$y[1], id$x[2], id$y[2])
#--
At your disposal.
Walmes.
========
Walme
> Hi
>
> On 27/05/2010 8:09 a.m., Walmes Marques Zeviani wrote:
> >
> > Hello,
> >
> > I want to do with Lattice functions (qqmath, histogram) a figure like this
> > below.
> > n<- 1000
> > x<- rnorm(n)
> > qqnorm(x); qqline(x)
> &g
Hello,
I want to do with Lattice functions (qqmath, histogram) a figure like this
below.
n <- 1000
x <- rnorm(n)
qqnorm(x); qqline(x)
op <- par(fig=c(.02,.5,.5,.98), new=TRUE)
hist(x, xlab="", ylab="", main="", axes=FALSE)
box()
par(op)
Is possible?
Thanks.
Walmes Zeviani.
Hi all,
I'm looking for the algorithm to calculate maximum intrinsic and parameter
effects curvature of Bates & Watts (1980). I have Bates & Watts (1980) original
article, Bates et al (1983) article, Seber & Wild (1989) and Ratkowsky (1983)
books. Those sources show steps and algorithm to get
Hi all,
I am using barchart() to plot values above the bars. When using groups argument
we get bars grouped arround a given x level. By placing values above this bars
we need to know the respective x coordinates. How can I get it?
require(lattice)
da <- expand.grid(x=1:5, z=1:3, w=1:2)
da$y <-
Hi all,
I want to provide the result from D() to curve(), because I want to plot the
k-th derivative of some functions. Actually, I copy from console the result
given by D() and paste inside curve(). With a lot of functions and high degree
differentiation this process is tedious. Can I provide
6 matches
Mail list logo