Also from [Paul Murrell's doc](https://www.stat.auckland.ac.nz/~paul/Reports/GraphicsEngine/groups/groups.html) it would be nice to implement affine transforms like scale, translate, shear, rotate. These should also obey the new `partition()` operation (as `blend()` does).
Also from Paul Murrell's doc it would be nice to implement affine transforms like scale, translate, shear, rotate.
These should also obey the new
partition()operation (asblend()does).