Duplicating groups of objects with dat-gui

I was wondering if you could duplicate groups of objects and edit the size and shape of the all of the duplicates at the same time. My code is down below:
l.html (5.9 KB)

You can clone objects (and their children) using Object3D.clone(true) - to edit them afterwards you can use Object3D.traverse.