mp_extract_rarecurve {MicrobiotaProcess}R Documentation

Extract the result of mp_cal_rarecurve with action="add" from MPSE or tbl_mpse object

Description

Extract the result of mp_cal_rarecurve with action="add" from MPSE or tbl_mpse object

Usage

mp_extract_rarecurve(x, .rarecurve, ...)

## S4 method for signature 'MPSE'
mp_extract_rarecurve(x, .rarecurve, ...)

## S4 method for signature 'tbl_mpse'
mp_extract_rarecurve(x, .rarecurve, ...)

## S4 method for signature 'grouped_df_mpse'
mp_extract_rarecurve(x, .rarecurve, ...)

Arguments

x

MPSE object or tbl_mpse object

.rarecurve

the column name of rarecurve after run mp_cal_rarecurve with action="add".

...

additional parameter

Value

rarecurve object that be be visualized by ggrarecurve


[Package MicrobiotaProcess version 1.6.6 Index]