get_cs_subset: A Chemical Shift Selection Function

Description Usage Arguments Author(s) Examples

Description

This function allows you to select a subset of the chemical shift data based on nucleus type

Usage

1
get_cs_subset(cs_input, nuc = "all")

Arguments

cs_input

chemical shift dataframe

nuc

name of nucleus type to select

Author(s)

Aaron T. Frank

Examples

1
2
3
get_cs_subset(cs, "H1'")  
get_cs_subset(cs, "all")  
get_cs_subset(cs, "baseCarbon")  

atfrank/nmR documentation built on May 10, 2019, 2:09 p.m.