lhs.hsp.add {tlocoh} | R Documentation |
Adds a hull scatterplot to a LoCoH-hullset object
lhs.hsp.add(lhs, hsp.lst)
lhs |
A LoCoH-hullset object |
hsp.lst |
A list of object(s) of class locoh.hsp |
hsp objects are typically created with lhs.plot.scatter
function. They can then be 'saved' in a LoCoH-hullset object with this function.
## Display a scatter plot and manually draw four regions on it ## hsp <- lhs.plot.scatter(lhs, x="area", y="par", regions=4) ## Save hull scatter plot as part of the hullset ## lhs <- lhs.hsp.add(lhs, hsp.lst=hsp) ## summary(lhs)