- ftir_spectra_plot
A plot generated by plot_ftir()
or
plot_ftir_stacked()
.
Un tracé généré par plot_ftir()
ou plot_ftir_stacked()
.
- wavenumber
the wavenumber at which the marker should be placed.
le nombre d'ondes auquel le marqueur doit être placé.
- text
The text of the label over the marker (optional). If no text is
provided, the label will show the wavenumber (rounded to the nearest whole
number).
Le texte de l'étiquette au-dessus du marqueur (facultatif). Si aucun texte
n'est fourni, l'étiquette indiquera le nombre d'ondes (arrondi au nombre
entier le plus proche).
- line_aesthetics
A named list
of aesthetics to pass to ggplot for
creating the vertical line. See [ggplot2::geom_path()]
's aesthetics
section for more info. Specifically, alpha
, colo(u)r
, linetype
and
linewidth
are permitted. Positioning aesthetics will be removed.
Une list
nommée d'esthétiques à transmettre à ggplot pour créer la ligne
verticale. Voir la section esthétique de [ggplot2::geom_path()]
pour plus
d'informations. Plus précisément, alpha
, colo(u)r
, linetype
et
`linewidth`` sont autorisés. Les aspects esthétiques du positionnement
seront supprimés.
- label_aesthetics
A named list
of aesthetics to pass to ggplot for
creating the label. See [ggplot2::geom_text()]
's aesthetics section for
more info. Specifically, alpha
, colo(u)r
, family
, fill
, fontface
and
size
are permitted. Positioning aesthetics will be removed.
Une list
nommée d'esthétiques à transmettre à ggplot pour créer
l'étiquette. Voir la section esthétique de [ggplot2::geom_text()]
pour
plus d'informations. Plus précisément, alpha
, colo(u)r
, family
, fill
,
fontface
et size
sont autorisés. Les aspects esthétiques du
positionnement seront supprimés.