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". |
An sf object containing one or more features (with no defined CRS)
To visually distribute the resulting features, use the `distribute` function.