lhs.hsp.add: Adds a hull scatterplot to a LoCoH-hullset object

Description Usage Arguments Note Examples

Description

Adds a hull scatterplot to a LoCoH-hullset object

Usage

1
lhs.hsp.add(lhs, hsp.lst)

Arguments

lhs

A LoCoH-hullset object

hsp.lst

A list of object(s) of class locoh.hsp

Note

hsp objects are typically created with lhs.plot.scatter function. They can then be 'saved' in a LoCoH-hullset object with this function.

Examples

1
2
3
4
5
6
## 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)

tlocoh documentation built on May 2, 2019, 5:27 p.m.