% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/raster_plots.R \name{stop_rasterplot} \alias{stop_rasterplot} \title{stop_rasterplot} \usage{ stop_rasterplot(plot = TRUE) } \arguments{ \item{plot}{Boolean indicating whether the captured raster image should be plotted or not} } \value{ raster image suitable for plotting with \code{grid.raster()} } \description{ Stops a raster plot and returns the results and optionally plots them } \details{ This stops a raster plot created with start_rasterplot and plots the result. } \author{ Don Armstrong } \seealso{ start_rasterplot }