SDFset2SDF | R Documentation |
SDFset
to list with many SDF
Returns object of class SDFset
as list
were each component consists of an SDF
object.
SDFset2SDF(x)
x |
object of class |
...
list |
containing one or many |
Thomas Girke
SDF format definition: http://www.symyx.com/downloads/public/ctfile/ctfile.jsp
Functions: sdfstr2list
, sdf2str
, sdf2list
, SDFset2list
## Instance of SDFset class
data(sdfsample); sdfset <- sdfsample
sdfset
## Returns sdfset as list
SDFset2SDF(sdfset[1:4])
as(sdfset, "SDF")[1:4] # similar result
view(sdfset[1:4]) # same result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.