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
## S3 method for class 'BayeScanReplicate'
print(x, ..., header = TRUE)

## S3 method for class 'BayeScanResults'
print(x, ..., header = TRUE)

## S3 method for class 'BayeScanData'
print(x, ..., header = TRUE)

## S3 method for class 'BayeScanOpts'
print(x, ..., header = TRUE)

## S3 method for class 'BayeScanAnalysis'
print(x, ..., header = TRUE)

Arguments

x

the object to print.

...

not used.

header

logical should object header be shown?


jeffreyhanson/bayescanr documentation built on May 19, 2019, 4 a.m.