wrap-generic | R Documentation |
Extension of wrap methods from terra for Giotto's terra-based S4 objects. Allows pointer information to be packaged into memory so that it can be passed over a connection (e.g. nodes on a computer cluster)
## S4 method for signature 'giottoPolygon'
wrap(x)
## S4 method for signature 'giotto'
wrap(x)
## S4 method for signature 'giottoPoints'
wrap(x)
## S4 method for signature 'packedGiottoPolygon'
vect(x)
## S4 method for signature 'packedGiottoPoints'
vect(x)
## S4 method for signature 'packedGiotto'
vect(x)
x |
giottoPolygon or giottoPoints |
wrap(giottoPolygon)
: Wrap giottoPolygon
wrap(giotto)
: Wrap giotto
wrap(giottoPoints)
: Wrap giottoPoints
vect(packedGiottoPolygon)
: Unwrap giottoPolygon
vect(packedGiottoPoints)
: Unwrap giottoPolygon
vect(packedGiotto)
: Unwrap giotto
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.