Displaying 4 results from an estimated 4 matches for "cripsul".
Did you mean:
crimsun
2007 May 25
2
xyplot: different scales accross rows, same scales within rows
Dear list members,
I would like to set up a multiple panel in xyplots, with the same scale
for all colunms in each row, but different accross rows.
relation="free" would set up all x or y scales free... which is not what
I want :-(
Is this possible?
Thank you in advance,
Best wishes,
Marta
2006 Nov 27
1
error in xYplot from Hmisc. (PR#9389)
Hello,
I was simply doing a graph, but an error repeatdly occurs. Any idea why?
(this only happens in the latest R version, I am a windows user).
Thank you,
Marta
library(Hmisc)
> example(xYplot)
xYplot> d <- expand.grid(x = seq(0, 2 * pi, length = 150),
p = 1:3, shift = c(0, pi))
xYplot> xYplot(sin(x + shift)^p ~ x | shift, groups = p, data = d,
type = "l")
2007 Jan 11
1
warning in GAM
...ideias?
Thank you very much in advance,
Marta
PS: happy new year :-)
--
.......................................................................
Marta M. Rufino (PhD)
.....
Instituto Nacional de Investiga??o Agr?ria e das Pescas (INIAP/IPIMAR),
Centro Regional de Investiga??o Pesqueira do Sul (CRIPSul)
Avenida 5 de Outubro s/n
P-8700-305 Olh?o, Portugal
+351 289 700 541
.....
Institut de Ci?ncies del Mar - CMIMA (CSIC)
Passeig Mar?tim de la Barceloneta, 37-49
08003 BARCELONA - Catalunya
Spain
2008 Jan 18
2
image/area plot
Dear R users,
I am trying to produce an image plot, that represents the proportions of
a factor (z variable), so that the number of squares of each colour
represents each factor level, with the respective label inside (sorry
for the crap English).
# Something like this:
kk=data.frame(fact=letters[1:10], freq=c(5,1,10,2,10,7,5,10,30,20)) #
factor and respective frequecies
res="a" #