as {Dasst} | R Documentation |
Coerces an object of class Dasst
to
an object of class list
.
This function enables the function as
to
coerce objects of class Dasst
to
belong to class list
.
data(plantGrowth) lplantgro <- as(plantGrowth, "list") class(lplantgro)