File: plot.testSlopes.Rd

package info (click to toggle)
r-cran-rockchalk 1.8.144%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,768 kB
  • sloc: sh: 13; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 838 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/testSlopes.R
\name{plot.testSlopes}
\alias{plot.testSlopes}
\title{Plot testSlopes objects}
\usage{
\method{plot}{testSlopes}(x, ..., shade = TRUE, col = rgb(1, 0, 0,
  0.1))
}
\arguments{
\item{x}{A testSlopes object.}

\item{...}{Additional arguments that are ignored currently.}

\item{shade}{Optional. Create colored polygon for significant regions.}

\item{col}{Optional. Color of the shaded area. Default transparent pink.}
}
\value{
\code{NULL}
}
\description{
plot.testSlopes is a method for the
generic function plot. It has been revised so that it creates a plot
illustrating the marginal effect, using the
Johnson-Neyman interval calculations to highlight the
"statistically significantly different from zero" slopes.
}
\author{
<pauljohn@ku.edu>
}