Learn R Programming

ChemmineR (version 2.24.2)

view: Viewing of complex objects

Description

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").

Usage

view(x)

Arguments

x
object of class SDFset or APset

Value

List populated with SDF and AP components.

Details

...

References

...

See Also

Classes: SDF, SDFset, AP, APset

Examples

Run this code
## Viewing content of SDFset 
data(sdfsample); sdfset <- sdfsample
view(sdfset[1:4])

## Viewing content of APset 
apset <- sdf2ap(sdfset[1:10])
view(apset)

Run the code above in your browser using DataLab