X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=Rlib%2FtextometrieR%2Fman%2FtextometrieR-package.Rd;fp=Rlib%2FtextometrieR%2Fman%2FtextometrieR-package.Rd;h=ed8e9159b4c2f0cc00d308fe2b21910e8f7b6587;hp=0000000000000000000000000000000000000000;hb=1a995a6ca4e8dbb09c8b9ab1276dabf17e065f0d;hpb=4045d224033dfcdad2f00d2ebd86a9026c32fca2 diff --git a/Rlib/textometrieR/man/textometrieR-package.Rd b/Rlib/textometrieR/man/textometrieR-package.Rd new file mode 100644 index 0000000..ed8e915 --- /dev/null +++ b/Rlib/textometrieR/man/textometrieR-package.Rd @@ -0,0 +1,54 @@ +\name{textometrieR-package} +\alias{textometrieR-package} +\alias{textometrieR} +\docType{package} +\title{ +Statistical exploration of textual corpora +} +\description{ +Statistical exploration of textual corpora using several methods +from french 'lexiometrie' and french 'Data Analysis' schools. It includes +methods for exploring irregularity of distribution of lexicon (or other +features) accross parts of texts; multidimensionnal exploration ('Analyse +des correspondances'), etc. +} +\details{ +\tabular{ll}{ +Package: \tab textometrieR\cr +Type: \tab Package\cr +Version: \tab 1.0\cr +Date: \tab 2009-01-18\cr +License: \tab BSD\cr +Depends: \tab R (>= 2.5.0)\cr +LazyLoad: \tab yes\cr +Packaged: \tab Thu Mar 12 17:00:01 2009; sloiseau\cr +Built: \tab R 2.7.1; ; 2009-03-12 17:00:03; unix\cr +} + +Index: +\preformatted{ +pareto Draw pareto graphic +specificites Compute specificites indices of association between words and subcorpus +repartition compute repartition graph +} +% ~~ An overview of how to use the package, including the most important ~~ +% ~~ functions ~~ +} +\author{ +Sylvain Loiseau, Matthieu Decorde +% ~~ The author and/or maintainer of the package ~~ +} +\references{ +%~~ Literature or other references for background information ~~ +} +%~~ Optionally other standard keywords, one per line, from file KEYWORDS in ~~ +%~~ the R documentation directory ~~ +\keyword{ package } +\seealso{ +%~~ Optional links to other man pages, e.g. ~~ +%~~ \code{\link[:-package]{}} ~~ +} +\examples{ +data(robespierre); +specificites(robespierre); +}