print: Print objects

Description Usage Arguments

Description

This function prints objects.

Usage

 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)

Arguments

x

the object to print.

...

not used.

header

logical should object header be shown?


jeffreyhanson/structurer documentation built on May 19, 2019, 4:01 a.m.