sample.pops: Name of sample populations

Description Usage Arguments Value

Description

This function returns the population name that each sample belongs to in a BayeScan object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
sample.pops(x)

sample.pops(x) <- value

sample.labels(x) <- value

## S3 method for class 'BayeScanReplicate'
sample.pops(x)

## S3 method for class 'BayeScanResults'
sample.pops(x)

## S3 method for class 'BayeScanData'
sample.pops(x)

## S3 replacement method for class 'BayeScanData'
sample.pops(x) <- value

## S3 method for class 'BayeScanAnalysis'
sample.pops(x)

Arguments

x

BayeScanData, BayeScan.

value

character new population names.

Value

character.


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