# standard distribution matrix
fml <- "C5H6Si1"
CalcTheoreticalMDV(fml = fml)
# extend to more columns (number of measured ions) if required
CalcTheoreticalMDV(fml = fml, nmz = 4)
# limit to a smaller number of biological carbon (i.e. if compounds are silylated)
CalcTheoreticalMDV(fml = fml, nmz = 4, nbio = 2)
#CalcTheoreticalMDV(fml = fml, nmz = 4, nbio = 2, algo="Rdisop")
# from Vignette
fml <- "C21Si5"
round(CalcTheoreticalMDV(fml = fml, nbio = 21, nmz = 21)[-(5:19), -(5:19)], 4)
Run the code above in your browser using DataLab