[Distr-commits] r292 - branches/distr-2.1/pkg/distrEx/man pkg/distrEx/chm pkg/distrEx/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Oct 6 23:46:12 CEST 2008


Author: ruckdeschel
Date: 2008-10-06 23:46:11 +0200 (Mon, 06 Oct 2008)
New Revision: 292

Added:
   branches/distr-2.1/pkg/distrEx/man/plot-methods.Rd
   pkg/distrEx/chm/plot-methods.html
   pkg/distrEx/man/plot-methods.Rd
Log:
forgot the plot-methods.Rd in distrEx ...

Added: branches/distr-2.1/pkg/distrEx/man/plot-methods.Rd
===================================================================
--- branches/distr-2.1/pkg/distrEx/man/plot-methods.Rd	                        (rev 0)
+++ branches/distr-2.1/pkg/distrEx/man/plot-methods.Rd	2008-10-06 21:46:11 UTC (rev 292)
@@ -0,0 +1,25 @@
+\name{plot-methods}
+\docType{methods}
+\alias{plot}
+\alias{plot-methods}
+\alias{plot,UnivariateCondDistribution,missing-method}
+\alias{plot,MultivariateDistribution,missing-method}
+\title{ Methods for Function plot in Package `distrEx' }
+\description{plot-methods}
+\usage{plot(x, ...)
+\S4method{plot}{UnivariateCondDistribution,missing}(x, ...)
+\S4method{plot}{MultivariateDistribution,missing}(x, ...)
+}
+\arguments{
+  \item{x}{object of class 
+            \code{"UnivariateCondDistribution"} or class
+            \code{"MultivariateDistribution"}: 
+            distribution(s) which should be plotted }
+  \item{\dots}{addtional arguments }
+}
+\details{
+upto now only warnings are issued that the corresponding
+method is not yet implemented;
+}
+
+

Added: pkg/distrEx/chm/plot-methods.html
===================================================================
--- pkg/distrEx/chm/plot-methods.html	                        (rev 0)
+++ pkg/distrEx/chm/plot-methods.html	2008-10-06 21:46:11 UTC (rev 292)
@@ -0,0 +1,63 @@
+<html><head><title>Methods for Function plot in Package &lsquo;distrEx&rsquo;</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<link rel="stylesheet" type="text/css" href="Rchm.css">
+</head>
+<body>
+
+<table width="100%"><tr><td>plot-methods(distrEx)</td><td align="right">R Documentation</td></tr></table><object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
+<param name="keyword" value="R:   plot">
+<param name="keyword" value="R:   plot-methods">
+<param name="keyword" value="R:   plot,UnivariateCondDistribution,missing-method">
+<param name="keyword" value="R:   plot,MultivariateDistribution,missing-method">
+<param name="keyword" value=" Methods for Function plot in Package &lsquo;distrEx&rsquo;">
+</object>
+
+
+<h2>Methods for Function plot in Package &lsquo;distrEx&rsquo;</h2>
+
+
+<h3>Description</h3>
+
+<p>
+plot-methods
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>plot(x, ...)
+## S4 method for signature 'UnivariateCondDistribution,
+##   missing':
+plot(x, ...)
+## S4 method for signature 'MultivariateDistribution,
+##   missing':
+plot(x, ...)
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>x</code></td>
+<td>
+object of class 
+<code>"UnivariateCondDistribution"</code> or class
+<code>"MultivariateDistribution"</code>: 
+distribution(s) which should be plotted </td></tr>
+<tr valign="top"><td><code>...</code></td>
+<td>
+addtional arguments </td></tr>
+</table>
+
+<h3>Details</h3>
+
+<p>
+upto now only warnings are issued that the corresponding
+method is not yet implemented;
+</p>
+
+
+
+<hr><div align="center">[Package <em>distrEx</em> version 2.0 <a href="00Index.html">Index]</a></div>
+
+</body></html>

Added: pkg/distrEx/man/plot-methods.Rd
===================================================================
--- pkg/distrEx/man/plot-methods.Rd	                        (rev 0)
+++ pkg/distrEx/man/plot-methods.Rd	2008-10-06 21:46:11 UTC (rev 292)
@@ -0,0 +1,25 @@
+\name{plot-methods}
+\docType{methods}
+\alias{plot}
+\alias{plot-methods}
+\alias{plot,UnivariateCondDistribution,missing-method}
+\alias{plot,MultivariateDistribution,missing-method}
+\title{ Methods for Function plot in Package `distrEx' }
+\description{plot-methods}
+\usage{plot(x, ...)
+\S4method{plot}{UnivariateCondDistribution,missing}(x, ...)
+\S4method{plot}{MultivariateDistribution,missing}(x, ...)
+}
+\arguments{
+  \item{x}{object of class 
+            \code{"UnivariateCondDistribution"} or class
+            \code{"MultivariateDistribution"}: 
+            distribution(s) which should be plotted }
+  \item{\dots}{addtional arguments }
+}
+\details{
+upto now only warnings are issued that the corresponding
+method is not yet implemented;
+}
+
+



More information about the Distr-commits mailing list