Skip to content

Commit

Permalink
Update moran.plot.Rd
Browse files Browse the repository at this point in the history
Fixed a typo (y axis instead of x axis for item "ylab").
  • Loading branch information
rwesterh authored Apr 13, 2024
1 parent d418f0e commit 094805b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/moran.plot.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ moran.plot(x, listw, zero.policy=attr(listw, "zero.policy"), spChk=NULL, labels=
\item{spChk}{should the data vector names be checked against the spatial objects for identity integrity, TRUE, or FALSE, default NULL to use \code{get.spChkOption()}}
\item{labels}{character labels for points with high influence measures, if set to FALSE, no labels are plotted for points with large influence}
\item{xlab}{label for x axis}
\item{ylab}{label for x axis}
\item{ylab}{label for y axis}
\item{quiet}{default NULL, use !verbose global option value; if TRUE, output of summary of influence object suppressed}
\item{plot}{default TRUE, if false, plotting is suppressed}
\item{return_df}{default TRUE, invisibly return a data.frame object; if FALSE invisibly return an influence measures object}
Expand Down

0 comments on commit 094805b

Please sign in to comment.