The R Project SVN R

Rev

Rev 81315 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 81315 Rev 85835
Line 1... Line 1...
1
% File src/library/stats/man/plot.spec.Rd
1
% File src/library/stats/man/plot.spec.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2024 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{plot.spec}
6
\name{plot.spec}
7
\alias{plot.spec}
7
\alias{plot.spec}
8
\alias{plot.spec.coherency}
8
\alias{plot.spec.coherency}
Line 38... Line 38...
38
    Only valid for \code{plot.type = "marginal"}.
38
    Only valid for \code{plot.type = "marginal"}.
39
  }
39
  }
40
  \item{ci}{coverage probability for confidence interval.  Plotting of
40
  \item{ci}{coverage probability for confidence interval.  Plotting of
41
    the confidence bar/limits is omitted unless \code{ci} is strictly
41
    the confidence bar/limits is omitted unless \code{ci} is strictly
42
    positive.}
42
    positive.}
43
  \item{log}{If \code{"dB"}, plot on log10 (decibel) scale (as S-PLUS),
43
  \item{log}{If \code{"dB"}, plot on log10 (decibel) scale,
44
    otherwise use conventional log scale or linear scale.  Logical
44
    otherwise use conventional log scale or linear scale.  Logical
45
    values are also accepted.  The default is \code{"yes"} unless
45
    values are also accepted.  The default is \code{"yes"} unless
46
    \code{options(ts.S.compat = TRUE)} has been set, when it is
46
    \code{options(ts.S.compat = TRUE)} has been set, when it is
47
    \code{"dB"}.  Only valid for \code{plot.type = "marginal"}.
47
    \code{"dB"}.  Only valid for \code{plot.type = "marginal"}.
48
  }
48
  }