view | R Documentation |
Convenience function for viewing the content of complex objects like SDFset and APset containers. The function
is a shorthand wrapper for as(sdfset, "SDF")
and as(apset, "AP")
.
view(x)
x |
object of class |
...
List populated with SDF
and AP
components.
Thomas Girke
...
Classes: SDF, SDFset, AP, APset
## Viewing content of SDFset
data(sdfsample); sdfset <- sdfsample
view(sdfset[1:4])
## Viewing content of APset
apset <- sdf2ap(sdfset[1:10])
view(apset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.