Truchet tiles made with polygons
Note
For a discussion of Truchet patterns see http://arearugscarpet.blogspot.com/2014/04/the-curse-of-truchets-tiles.html
Examples
st_truchet_l(type = "dl")
#> Simple feature collection with 2 features and 0 fields
#> Geometry type: LINESTRING
#> Dimension: XY
#> Bounding box: xmin: -0.5 ymin: -0.5 xmax: 0.5 ymax: 0.5
#> CRS: NA
#> geometry
#> 1 LINESTRING (-0.5 0, -0.4738...
#> 2 LINESTRING (0.5 0, 0.473832...
st_truchet_l(type = "dr")
#> Simple feature collection with 2 features and 0 fields
#> Geometry type: LINESTRING
#> Dimension: XY
#> Bounding box: xmin: -0.5 ymin: -0.5 xmax: 0.5 ymax: 0.5
#> CRS: NA
#> geometry
#> 1 LINESTRING (0 0.5, -0.00068...
#> 2 LINESTRING (0 -0.5, 0.00068...
