Skip to content

Commit

Permalink
Fixes #101
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarperpinan committed Oct 13, 2023
1 parent fcf5ad3 commit 800b9eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/latticeRaster.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ lpolygon.SpatVector <- function(x, ...) {
for (j in seq_along(xy[[i]])) {
lattice::lpolygon(x = xy[[i]][[j]][[1]],
y = xy[[i]][[j]][[2]],
rule = "evenodd",
...)
}
}
}

##Customization of lattice
xscale.raster <- function(lim, ...){
ans <- xscale.components.default(lim, ...)
Expand Down

0 comments on commit 800b9eb

Please sign in to comment.