chemical_shift_hists: Plots chemical shift distribution for a list of atoms
Description
Plots the histogram (or) density of chemical shift distribution of a given list of atoms. Atoms from different residues cam be specified as "residue-atom". Exammple "ALA-CA","GLN-HE21","GLN-HE*"
# NOT RUN {#plt<-chemical_shift_hists(c('ALA-C*'))#plots the histogram of all atoms of ALA#plt<-chemical_shift_hists(c("GLY-H*","ALA-HA"),type='density')#plots the density plot# }