The R Project SVN R

Rev

Rev 42333 | Rev 56186 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 42333 Rev 56184
Line 2... Line 2...
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2007 R Core Development Team
3
% Copyright 1995-2007 R Core Development Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{plot.data.frame}
6
\name{plot.data.frame}
7
\alias{plot.data.frame}
-
 
8
\title{Plot Method for Data Frames}
7
\title{Plot Method for Data Frames}
9
\description{
8
\description{
10
  \code{plot.data.frame}, a method for the \code{\link{plot}} generic.
9
  \code{plot.data.frame}, a method for the \code{\link{plot}} generic.
11
  It is designed for a quick look at numeric data frames.
10
  It is designed for a quick look at numeric data frames.
12
}
11
}