disProg2sts | R Documentation |
A small helper function to convert a disProg
object to become
an object of the S4 class sts
and vice versa. In the future the
sts
should replace the disProg
class, but for now this
function allows for conversion between the two formats.
disProg2sts(disProgObj, map=NULL)
sts2disProg(sts)
disProgObj |
an object of class |
map |
an optional |
sts |
an object of class |
an object of class "sts"
or "disProg"
, respectively.
sts-class
data(ha)
print(disProg2sts(ha))
class(sts2disProg(disProg2sts(ha)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.