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

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


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

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


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



More information about the Esm-commits mailing list