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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Nov 13 12:42:43 CET 2009


Author: timotheepoisot
Date: 2009-11-13 12:42:43 +0100 (Fri, 13 Nov 2009)
New Revision: 14

Added:
   pkg/ESM/man/logplot.Rd
Log:
Man pages for AdGraph


Added: pkg/ESM/man/logplot.Rd
===================================================================
--- pkg/ESM/man/logplot.Rd	                        (rev 0)
+++ pkg/ESM/man/logplot.Rd	2009-11-13 11:42:43 UTC (rev 14)
@@ -0,0 +1,21 @@
+\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