| align | R Documentation |
NOT YET IMPLEMENTED This function aligns simple features spatially by bounding box or centroid values. Bounding box alignment or justification types include: top, bottom, left, right, vcentre, hcentre. Centroid alignment include: vcentroid, hcentroid, centroid
align(x, method = "centroid")
x |
An sf object, already processed with 'converge', to be transformed in alignment; REQUIRED. |
method |
Method used to align "top", "bottom", "left", "right"; "vcentroid", "hcentroid", "centroid"; default="centroid". |
To visually distribute the resulting features, use the 'distribute' function.
An sf object containing one or more features (with no defined CRS)
converge, normalize, scale, distribute
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.