- statistics: einstein ()
- statistics: tiles = einstein (a, b)
- statistics: [tiles, rhat] = einstein (a, b)
- statistics: [tiles, rhat, that] = einstein (a, b)
- statistics: [tiles, rhat, that, shat] = einstein (a, b)
- statistics: [tiles, rhat, that, shat, phat] = einstein (a, b)
- statistics: [tiles, rhat, that, shat, phat, fhat] = einstein (a, b)
 Plots the tiling of the basic clusters of einstein tiles.
 Scalars a and b define the shape of the einstein tile.
 See Smith et al (2023) for details: https://arxiv.org/abs/2303.10798
 
-  tiles is a structure containing the coordinates of the einstein
 tiles that are tiled on the plot.  Each field contains the tile coordinates
 of the corresponding clusters.
 
-  tiles.rhatcontains the reflected einstein tiles
-  tiles.thatcontains the three-hat shells
-  tiles.shatcontains the single-hat clusters
-  tiles.phatcontains the paired-hat clusters
-  tiles.fhatcontains the fylfot clusters
 
-  rhat contains the coordinates of the first reflected tile
 
-  that contains the coordinates of the first three-hat shell
 
-  shat contains the coordinates of the first single-hat cluster
 
-  phat contains the coordinates of the first paired-hat cluster
 
-  fhat contains the coordinates of the first fylfot cluster
 
Source Code: 
  einstein