fptype | R Documentation |
Returns the type label of this fingerprint
fptype(x)
x |
Either an |
The type label of this fingerprint.
Kevin Horan
fp = new("FP",fp=c(1,0,1,1, 0,0,1,0),type="testFP")
type = fptype(fp) # == "testFP"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.