Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Oct 3, 2024
1 parent f45b73f commit 97679be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot_vector.R
Original file line number Diff line number Diff line change
Expand Up @@ -573,13 +573,13 @@ setMethod("dots", signature(x="SpatVector"),
out$range <- range
}
out$range_set <- TRUE
out$fill_range <- fill_range
} else {
if (!is.null(v)) {
out$range <- range(v, na.rm=TRUE)
}
out$range_set <- FALSE
}
out$fill_range <- fill_range
out$v <- v

if (!is.logical(sort)) {
Expand Down

0 comments on commit 97679be

Please sign in to comment.