You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, mosaic() relies on the user to specify an area parameter that matches the measurement units used in of frame and silently discards the unit class returned by sf::st_area().
It would be better if it allowed a units object to be passed to area and intelligently handled unit conversions. Assuming the units of area if it is given as a plain number should be a fallback option accompanied by a warning.
The text was updated successfully, but these errors were encountered:
Currently,
mosaic()
relies on the user to specify anarea
parameter that matches the measurement units used in offrame
and silently discards theunit
class returned bysf::st_area()
.It would be better if it allowed a
units
object to be passed toarea
and intelligently handled unit conversions. Assuming the units ofarea
if it is given as a plain number should be a fallback option accompanied by a warning.The text was updated successfully, but these errors were encountered: