Extract: Extract or replace a slot of an SummarizedPhyloseq or...

Description Usage Arguments

Description

Extract or replace the content of a slot of an SummarizedPhyloseq-class or an SummarizedPhyloStats-class object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
## S4 method for signature 'SummarizedPhyloseq'
x[[i, j, drop]]

## S4 method for signature 'SummarizedPhyloseq'
x$name

## S4 replacement method for signature 'SummarizedPhyloseq'
x$name <- value

## S4 method for signature 'SummarizedPhyloStats'
x[[i, j, drop]]

## S4 replacement method for signature 'SummarizedPhyloStats'
x[[i, j, ...]] <- value

## S4 method for signature 'SummarizedPhyloStats'
x$name

## S4 replacement method for signature 'SummarizedPhyloStats'
x$name <- value

Arguments

x

An SummarizedPhyloseq-class or SummarizedPhyloStats-class object.

name

The name of the slot.


zhuchcn/phylox documentation built on May 31, 2019, 5:14 p.m.