[R] (no subject)

2015-07-25 Thread Said Filahi
hello

i'm trying to plot multiple image (.png) and plot as a single image using
mfrow().

i have already image1.png  image2.png image.png image4.png and a can't plot
them in single fig1.png?


thank you


Said FILAHI

morocco

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] portrait diagram

2015-07-09 Thread Said Filahi
Hello

i want to make a portrait diagram, i don't know if i can perfom it with a R


thank you


Said

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] portrait diagram

2015-07-09 Thread Said Filahi
Hello,

I x

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] lattice

2014-01-21 Thread Said Filahi
hello

 If I have a a program



trend - read.table(txx.csv, header=T, sep=,)
library(lattice)
trellis.par.set(theme = canonical.theme(postscript, col=FALSE))
trellis.par.set(list(fontsize=list(text=8),
 par.xlab.text=list(cex=1.5),
 add.text=list(cex=3.5),
 superpose.symbol=list(cex=1.0)))
key - simpleKey(levels(trend$Season), space = right)
key$text$cex - 1.5
print(
 dotplot(Ville ~ Slope , data = trend, groups = Season,
 key = key,
 xlab = NULL,
 aspect=0.8, layout = c(1,1), ylab=NULL)
)

and my dat det is

 Ville Season Slope significance  Alh DJF -0.3 0.02  Ben DJF 0.13 0.7  Cas
MAM 0.1 0.1  Ess JJA 0.4 0.03  Fes SON 0.9 0.02
how can i change the color of symbole of slope value if the significance is
below 0.05

thank you

FILAHI

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] lattice

2014-01-20 Thread Said Filahi
Bonjour,

j'ai un programme dans lequel je veux coloré ou remplir les triangles dont
les points sont significatifs (inférieur a 0.05).
comment je peux le faire?

merci

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] install-packages

2013-08-01 Thread Said Filahi
hello,
i am new and I want to know how to install a packare on R

thank you


said filahi

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] kandell

2013-07-22 Thread Said Filahi
hello,
I want to use kendall to calculate climate trends. I want to know how to
install this software on R

Thanks

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.