#' Paracetamol spectrum
#'
#' A Raman spectrum of a paracetamol tablet.
#'
#' @name paracetamol
#' @docType data
#' @format The spectrum was acquired with a Renishaw InVia spectrometer from
#' 100 to 3200 cm^-1 in step scan mode. Thus the spectrum has several
#' overlapping wavelength regions.
#' @author C. Beleites
#' @keywords datasets
#' @concept datasets
#' @examples
#'
#' paracetamol
#'
#' plot(paracetamol)
#' plot_spc(paracetamol, c(min ~ 1750, 2800 ~ max),
#' xoffset = 800,
#' wl.reverse = TRUE
#' )
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.