...
[iramuteq] / Rlib / textometrieR / man / textometrieR-package.Rd
1 \name{textometrieR-package}
2 \alias{textometrieR-package}
3 \alias{textometrieR}
4 \docType{package}
5 \title{
6 Statistical exploration of textual corpora
7 }
8 \description{
9 Statistical exploration of textual corpora using several methods
10 from french 'lexiometrie' and french 'Data Analysis' schools. It includes
11 methods for exploring irregularity of distribution of lexicon (or other
12 features) accross parts of texts; multidimensionnal exploration ('Analyse
13 des correspondances'), etc.
14 }
15 \details{
16 \tabular{ll}{
17 Package: \tab textometrieR\cr
18 Type: \tab Package\cr
19 Version: \tab 1.0\cr
20 Date: \tab 2009-01-18\cr
21 License: \tab GPLv3\cr
22 Depends: \tab R (>= 2.5.0)\cr
23 Packaged: \tab Thu Mar 12 17:00:01 2009; sloiseau\cr
24 Built: \tab R 2.7.1; ; 2009-03-12 17:00:03; unix\cr
25 }
26
27 Index:
28 \preformatted{
29 pareto                  Draw pareto graphic
30 specificites            Compute specificites indices of association between words and subcorpus
31 repartition            compute repartition graph
32 }
33 % ~~ An overview of how to use the package, including the most important ~~
34 % ~~ functions ~~
35 }
36 \author{
37 Sylvain Loiseau, Lise Vaudor, Matthieu Decorde
38 % ~~ The author and/or maintainer of the package ~~
39 }
40 \references{
41 %~~ Literature or other references for background information ~~
42 }
43 %~~ Optionally other standard keywords, one per line, from file KEYWORDS in ~~
44 %~~ the R documentation directory ~~
45 \keyword{ package }
46 \seealso{
47 %~~ Optional links to other man pages, e.g. ~~
48 %~~ \code{\link[<pkg>:<pkg>-package]{<pkg>}} ~~
49 }
50 \examples{
51 data(robespierre);
52 specificites(robespierre);
53 }