[Esm-commits] r16 - pkg/ESM/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Nov 13 12:48:05 CET 2009


Author: timotheepoisot
Date: 2009-11-13 12:48:05 +0100 (Fri, 13 Nov 2009)
New Revision: 16

Removed:
   pkg/ESM/man/addlog.Rd
   pkg/ESM/man/adv.barplot.Rd
   pkg/ESM/man/logplot.Rd
Log:



Deleted: pkg/ESM/man/addlog.Rd
===================================================================
--- pkg/ESM/man/addlog.Rd	2009-11-13 11:43:39 UTC (rev 15)
+++ pkg/ESM/man/addlog.Rd	2009-11-13 11:48:05 UTC (rev 16)
@@ -1,18 +0,0 @@
-\name{addlog} 
-\Rdversion{1.1} 
-\alias{addlog} 
-\title{10-log plot}
-\description{Adding points or lines on a 10-log plot (\code{logplot})}
-\usage{ 
-addlog(x=c(1:length(y)),y,log='xy',...)}
-
-\arguments{
-\item{x}{x data (defaut by step of 1)}
-\item{y}{y data}
-\item{log}{Specificies the axis to be converted in 10-log}
-\item{...}{Supplementary arguments to be passed to \code{points}}
-}
-
-\value{
-	\item{}{Add data on the plot}
-}
\ No newline at end of file

Deleted: pkg/ESM/man/adv.barplot.Rd
===================================================================
--- pkg/ESM/man/adv.barplot.Rd	2009-11-13 11:43:39 UTC (rev 15)
+++ pkg/ESM/man/adv.barplot.Rd	2009-11-13 11:48:05 UTC (rev 16)
@@ -1,30 +0,0 @@
-\name{adv.barplot} 
-\Rdversion{1.1} 
-\alias{adv.barplot} 
-\title{Advanced barplot}
-\description{Returns a plot with means and s.e.m} 
-\usage{ 
-adv.barplot(data,datanames=c(1:length(data)),col='lightgrey',bars=TRUE,barsborder=FALSE,forceylim=c(0,0),...)
-} 
-\arguments{ 
-\item{data}{A list of vectors containing all the replicates for a given condition}
-\item{datanames}{A vector of conditions names}
-\item{col}{Color to fill the inside of each bar. Can be a vector of the same length as data. Not recycled.}
-\item{bars}{A logical to decide wether to plot s.e.m bars or just means} 
-\item{barsborder}{A logical to decide wether to plot a border around the bars}
-\item{forceylim}{A vector of two numeric, giving respectively the lower and upper y limit of the graph, in case the auto calculated range is not visually satisfying} 
-\item{...}{Supplementary arguments to be passed to the plot (mostly axes names)}
-\item{bartype}{Decides the type of lines for s.e.m to be drawn : 1 for up only, 2 for interval, any other value for no s.e.m}
-} 
-
-\examples{ 
-## generate mock data
-a <- runif(10,3,4)
-b <- runif(10,4,5)
-c <- runif(10,5,6)
-d <- runif(10,5,7)
-e <- runif(10,7,8)
-dat <- list(a,b,c,d,e)
-## Plot
-adv.barplot(dat,forceylim=c(0,10))
-} 
\ No newline at end of file

Deleted: pkg/ESM/man/logplot.Rd
===================================================================
--- pkg/ESM/man/logplot.Rd	2009-11-13 11:43:39 UTC (rev 15)
+++ pkg/ESM/man/logplot.Rd	2009-11-13 11:48:05 UTC (rev 16)
@@ -1,21 +0,0 @@
-\name{logplot} 
-\Rdversion{1.1} 
-\alias{logplot} 
-\title{10-log plot}
-\description{Modification of the plot function to add 10-log axis}
-\usage{ 
-logplot(x=c(1:length(y)),y,log='xy',forceylim=c(0,0),forcexlim=c(0,0),...)
-}
-
-\arguments{
-\item{x}{x data (defaut by step of 1)}
-\item{y}{y data}
-\item{log}{Specificies the axis to be converted in 10-log}
-\item{forceylim}{Changes the limit of the y axis. In powers of 10 if the axis is 10-log, in true values otherwise}
-\item{forcexlim}{Changes the limit of the x axis. In powers of 10 if the axis is 10-log, in true values otherwise}
-\item{...}{Supplementary arguments to be passed to \code{plot}}
-}
-
-\value{
-	\item{}{A plot}
-}
\ No newline at end of file



More information about the Esm-commits mailing list