MENU | |||||
---|---|---|---|---|---|
R'MES | general view | rmes.gaussien | rmes.poisson.composee | rmes.poisson | |
rmes.gfam | rmes.format |
|
rmes.compar | rmes.pyramide |
Splus Function: rmes.histo
Histograms of Results from R'MES Programs. |
---|
Description | Usage | Required Arguments | Optional Arguments | Details | Examples |
The Splus function rmes.histo draws histograms of the word statistics calculated with a
R'MES program: rmes.gaussien,
rmes.poisson,
or rmes.poisson.composee.
rmes.histo (don, dessin, fact, nclass=20, lang="fr")
If lg.max (resp. lg.min) is the maximal (resp. minimal) length of the words analyzed in the file
don, the statistics of the words
of length lg.min to lg.max are represented by a histogram.
There is one histogram per word length.
1- Histograms of the statistics of the words of length 7 to 8 in the lambda genome under the model M1 using a Gaussian approximation.
The two plots are stored in a PostScript file.
rmes.gaussien -o lambda.gaussien.7-8_1 -seq lambda -hmin 7 -hmax 8 -m 1
> rmes.histo("lambda.gaussien.7-8_1.0", dessin="histo1.ps", lang="en")2- Same representation but 40 classes for each histogram.
> rmes.histo("lambda.gaussien.7-8_1.0", dessin="histo2.ps", nclass=40)3- Same representation but maxima are set on the y-axis. They are respectively:
8192 = 4^7 / 2^2 for the 7-words 32768 = 4^8 / 2^1 for the 8-words.
> rmes.histo("lambda.gaussien.7-8_1.0", dessin="histo3.ps", fact=c(2,1), nclass=40)