Skip to content

Commit 6573288

Browse files
committed
for #1958
1 parent b6d4540 commit 6573288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/plot.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ There is a separate help file for plotting a \code{\link[=plot,SpatGraticule,mis
107107
\item{sort}{logical. If \code{TRUE} legends with categorical values are sorted. If \code{x} is a \code{SpatVector} you can also supply a vector of the unique values, in the order in which you want them to appear in the legend}
108108
\item{reverse}{logical. If \code{TRUE}, the legend order is reversed}
109109
\item{grid}{logical. If \code{TRUE} grid lines are drawn. Their properties such as type and color can be set with the \code{pax} argument. The grid is drawn first such that it is covered by \code{x}. See \code{\link{add_grid}} to add grid lines on top of the map}
110-
\item{zebra}{logical. If \code{TRUE}, a "zebra-box" is added to the axes. The width of the zebra-box can be set with additional argument \code{zebra.cex}. The colors can be changed with additional argument \code{zebra.col}}
110+
\item{zebra}{logical. If \code{TRUE} a "zebra-box" is added to the axes (ignored when \code{add=TRUE}). The width of the zebra-box can be set with additional argument \code{zebra.cex}. The colors can be changed with additional argument \code{zebra.col}}
111111
\item{nc}{positive integer. Optional. The number of columns to divide the plotting device in (when plotting multiple layers)}
112112
\item{nr}{positive integer. Optional. The number of rows to divide the plotting device in (when plotting multiple layers)}
113113
\item{main}{character. Main plot titles (one for each layer to be plotted). You can use arguments \code{cex.main}, \code{font.main}, \code{col.main} to change the appearance; and \code{loc.main} to change the location of the main title (either two coordinates, or a character value such as "topleft"). You can also use \code{sub=""} for a subtitle. See \code{\link{title}}}

0 commit comments

Comments
 (0)