R/CurrentPlotLims.r

Defines functions CurrentPlotLims

CurrentPlotLims <- function() {

	return(list(xlim=par("usr")[1:2], ylim=par("usr")[3:4]))

}
arnhew99/Jasper documentation built on Nov. 19, 2022, 2:46 p.m.