st_normalize transforms the coordinates in the input feature to fall
between 0 and 1. By default the current domain is set to the bounding box of
the input, but other domains can be used as well
Usage
st_normalize(x, domain = st_bbox(x), ...)
Arguments
x
object of class sf, sfc or sfg
domain
The domain x should be normalized from as a length 4
vector of the form c(xmin, ymin, xmax, ymax). Defaults to the
bounding box of x