This function prints objects.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## S3 method for class 'ClumppOpts'
print(x, ..., header = TRUE)
## S3 method for class 'StructureReplicate'
print(x, ..., header = TRUE)
## S3 method for class 'StructureResults'
print(x, ..., header = TRUE)
## S3 method for class 'StructureData'
print(x, ..., header = TRUE)
## S3 method for class 'StructureOpts'
print(x, ..., header = TRUE)
## S3 method for class 'StructureAnalysis'
print(x, ..., header = TRUE)
## S3 method for class 'StructureCollection'
print(x, ..., header = TRUE)
|
x |
the object to print. |
... |
not used. |
header |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.