├── DESCRIPTION ├── NAMESPACE ├── R ├── RWPD.R ├── WhittakerSmooth.R ├── airPLS.R ├── boundary.R ├── cwt.R ├── extendLength.R ├── extendNBase.R ├── fiterror.R ├── fitnessfunction.R ├── fitshape.R ├── integration.R ├── peakarea.R ├── peakdetection.R ├── peakdetectionresidual.R ├── peakheights.R ├── peakshape.R ├── plotwidthEstimation.R ├── polynomialfitting.R ├── positionwidth.R ├── startend.R └── widthEstimationCWT.R ├── README.md ├── data ├── Raman spectrum.rda ├── simulated data.rda ├── simulatedposition.rda ├── simulatedwidth.rda ├── simulatedxa.rda ├── simulatedyf.rda └── simulatedyr.rda ├── images.jpg └── man ├── RWPD.Rd ├── WhittakerSmooth.Rd ├── airPLS.Rd ├── boundary.Rd ├── cwt.Rd ├── extendLength.Rd ├── extendNBase.Rd ├── fiterror.Rd ├── fitnessfunction.Rd ├── fitshape.Rd ├── integration.Rd ├── peakarea.Rd ├── peakdetection.Rd ├── peakdetectionresidual.Rd ├── peakheights.Rd ├── peakshape.Rd ├── plotwidthEstimation.Rd ├── polynomialfitting.Rd ├── positionwidth.Rd ├── startend.Rd └── widthEstimationCWT.Rd /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /NAMESPACE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/NAMESPACE -------------------------------------------------------------------------------- /R/RWPD.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/RWPD.R -------------------------------------------------------------------------------- /R/WhittakerSmooth.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/WhittakerSmooth.R -------------------------------------------------------------------------------- /R/airPLS.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/airPLS.R -------------------------------------------------------------------------------- /R/boundary.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/boundary.R -------------------------------------------------------------------------------- /R/cwt.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/cwt.R -------------------------------------------------------------------------------- /R/extendLength.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/extendLength.R -------------------------------------------------------------------------------- /R/extendNBase.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/extendNBase.R -------------------------------------------------------------------------------- /R/fiterror.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/fiterror.R -------------------------------------------------------------------------------- /R/fitnessfunction.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/fitnessfunction.R -------------------------------------------------------------------------------- /R/fitshape.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/fitshape.R -------------------------------------------------------------------------------- /R/integration.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/integration.R -------------------------------------------------------------------------------- /R/peakarea.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/peakarea.R -------------------------------------------------------------------------------- /R/peakdetection.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/peakdetection.R -------------------------------------------------------------------------------- /R/peakdetectionresidual.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/peakdetectionresidual.R -------------------------------------------------------------------------------- /R/peakheights.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/peakheights.R -------------------------------------------------------------------------------- /R/peakshape.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/peakshape.R -------------------------------------------------------------------------------- /R/plotwidthEstimation.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/plotwidthEstimation.R -------------------------------------------------------------------------------- /R/polynomialfitting.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/polynomialfitting.R -------------------------------------------------------------------------------- /R/positionwidth.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/positionwidth.R -------------------------------------------------------------------------------- /R/startend.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/startend.R -------------------------------------------------------------------------------- /R/widthEstimationCWT.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/R/widthEstimationCWT.R -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/README.md -------------------------------------------------------------------------------- /data/Raman spectrum.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/data/Raman spectrum.rda -------------------------------------------------------------------------------- /data/simulated data.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/data/simulated data.rda -------------------------------------------------------------------------------- /data/simulatedposition.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/data/simulatedposition.rda -------------------------------------------------------------------------------- /data/simulatedwidth.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/data/simulatedwidth.rda -------------------------------------------------------------------------------- /data/simulatedxa.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/data/simulatedxa.rda -------------------------------------------------------------------------------- /data/simulatedyf.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/data/simulatedyf.rda -------------------------------------------------------------------------------- /data/simulatedyr.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/data/simulatedyr.rda -------------------------------------------------------------------------------- /images.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/images.jpg -------------------------------------------------------------------------------- /man/RWPD.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/RWPD.Rd -------------------------------------------------------------------------------- /man/WhittakerSmooth.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/WhittakerSmooth.Rd -------------------------------------------------------------------------------- /man/airPLS.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/airPLS.Rd -------------------------------------------------------------------------------- /man/boundary.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/boundary.Rd -------------------------------------------------------------------------------- /man/cwt.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/cwt.Rd -------------------------------------------------------------------------------- /man/extendLength.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/extendLength.Rd -------------------------------------------------------------------------------- /man/extendNBase.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/extendNBase.Rd -------------------------------------------------------------------------------- /man/fiterror.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/fiterror.Rd -------------------------------------------------------------------------------- /man/fitnessfunction.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/fitnessfunction.Rd -------------------------------------------------------------------------------- /man/fitshape.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/fitshape.Rd -------------------------------------------------------------------------------- /man/integration.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/integration.Rd -------------------------------------------------------------------------------- /man/peakarea.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/peakarea.Rd -------------------------------------------------------------------------------- /man/peakdetection.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/peakdetection.Rd -------------------------------------------------------------------------------- /man/peakdetectionresidual.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/peakdetectionresidual.Rd -------------------------------------------------------------------------------- /man/peakheights.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/peakheights.Rd -------------------------------------------------------------------------------- /man/peakshape.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/peakshape.Rd -------------------------------------------------------------------------------- /man/plotwidthEstimation.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/plotwidthEstimation.Rd -------------------------------------------------------------------------------- /man/polynomialfitting.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/polynomialfitting.Rd -------------------------------------------------------------------------------- /man/positionwidth.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/positionwidth.Rd -------------------------------------------------------------------------------- /man/startend.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/startend.Rd -------------------------------------------------------------------------------- /man/widthEstimationCWT.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zmzhang/RWPD/HEAD/man/widthEstimationCWT.Rd --------------------------------------------------------------------------------