Usage
# S3 method for loca.p
plot(
x,
xlab = "",
ylab = "",
main = paste(gettext("Plot of loca.p"), ifelse(x@label == "", "", paste0(": \"",
x@label, "\""))),
img = NULL,
xlim = c(min(xleft, min(x@x)), max(xright, max(x@x))),
ylim = c(min(ybottom, min(x@y)), max(ytop, max(x@y))),
xleft = min(x@x),
ybottom = min(x@y),
xright = max(x@x),
ytop = max(x@y),
...
)