]> git.donarmstrong.com Git - r/CairoHacks.git/blob - man/stop_rasterplot.Rd
add start of CairoHacks package
[r/CairoHacks.git] / man / stop_rasterplot.Rd
1 % Generated by roxygen2 (4.1.1): do not edit by hand
2 % Please edit documentation in R/raster_plots.R
3 \name{stop_rasterplot}
4 \alias{stop_rasterplot}
5 \title{stop_rasterplot}
6 \usage{
7 stop_rasterplot(plot = TRUE)
8 }
9 \arguments{
10 \item{plot}{Boolean indicating whether the captured raster image
11 should be plotted or not}
12 }
13 \value{
14 raster image suitable for plotting with \code{grid.raster()}
15 }
16 \description{
17 Stops a raster plot and returns the results and optionally plots them
18 }
19 \details{
20 This stops a raster plot created with start_rasterplot and plots
21 the result.
22 }
23 \author{
24 Don Armstrong
25 }
26 \seealso{
27 start_rasterplot
28 }
29