ed8e9159b4c2f0cc00d308fe2b21910e8f7b6587
[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 BSD\cr
22 Depends: \tab R (>= 2.5.0)\cr
23 LazyLoad: \tab yes\cr
24 Packaged: \tab Thu Mar 12 17:00:01 2009; sloiseau\cr
25 Built: \tab R 2.7.1; ; 2009-03-12 17:00:03; unix\cr
26 }
27
28 Index:
29 \preformatted{
30 pareto                  Draw pareto graphic
31 specificites            Compute specificites indices of association between words and subcorpus
32 repartition            compute repartition graph
33 }
34 % ~~ An overview of how to use the package, including the most important ~~
35 % ~~ functions ~~
36 }
37 \author{
38 Sylvain Loiseau, Matthieu Decorde
39 % ~~ The author and/or maintainer of the package ~~
40 }
41 \references{
42 %~~ Literature or other references for background information ~~
43 }
44 %~~ Optionally other standard keywords, one per line, from file KEYWORDS in ~~
45 %~~ the R documentation directory ~~
46 \keyword{ package }
47 \seealso{
48 %~~ Optional links to other man pages, e.g. ~~
49 %~~ \code{\link[<pkg>:<pkg>-package]{<pkg>}} ~~
50 }
51 \examples{
52 data(robespierre);
53 specificites(robespierre);
54 }