The R Project SVN R

Rev

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

Rev 43016 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.density}
6
\name{plot.density}
7
\alias{plot.density}
-
 
8
\title{Plot Method for Kernel Density Estimation}
7
\title{Plot Method for Kernel Density Estimation}
9
\usage{
8
\usage{
10
\method{plot}{density}(x, main = NULL, xlab = NULL, ylab = "Density", type = "l",
9
\method{plot}{density}(x, main = NULL, xlab = NULL, ylab = "Density", type = "l",
11
     zero.line = TRUE, \dots)
10
     zero.line = TRUE, \dots)
12
}
11
}