sample.names: Sample names

Description Usage Arguments Value

Description

This function returns the sample names in a Structure object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
sample.names(x)

sample.names(x) <- value

## S3 method for class 'StructureReplicate'
sample.names(x)

## S3 method for class 'StructureResults'
sample.names(x)

## S3 method for class 'StructureData'
sample.names(x)

## S3 replacement method for class 'StructureData'
sample.names(x) <- value

## S3 method for class 'StructureAnalysis'
sample.names(x)

## S3 replacement method for class 'StructureAnalysis'
sample.names(x) <- value

## S3 method for class 'StructureCollection'
sample.names(x)

## S3 replacement method for class 'StructureCollection'
sample.names(x) <- value

Arguments

x

StructureData, StructureAnalysis.

value

character vector of new names;

Value

character.


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