Title: | Define Rectangular Regions with Granularity |
---|---|
Description: | A granule is a rectangular extent with an implied discretization. The default granularity is 1x1, the range is a whole divisor of itself. This is the general concept of a raster, a rectangular window with discretization. The common extent or bounding box concept can be thought of as the degenerate case (1x1). |
Authors: | Michael D. Sumner [aut, cre], Robert Hijmans [ctb] (wrote much of the logic used here) |
Maintainer: | Michael D. Sumner <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.0.9001 |
Built: | 2024-12-16 02:56:56 UTC |
Source: | https://github.com/hypertidy/granulated |
Extent is a workhorse, from this is derived xlim,ylim,xmin,xmax,ymin,ymax and from those x_res,y_res,x,y_centre,corner, etc.
extent(x)
extent(x)
Title
## S3 method for class 'grain' plot(x, show = c("centre", "corner"))
## S3 method for class 'grain' plot(x, show = c("centre", "corner"))
show |