Skip to content
Snippets Groups Projects
Commit 65252f34 authored by Jean-Marie Lepioufle's avatar Jean-Marie Lepioufle
Browse files

typo

parent 91cabbd1
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ export(fit_lu2019) ...@@ -4,7 +4,6 @@ export(fit_lu2019)
export(fit_ranger) export(fit_ranger)
export(fit_rfci_lu2019) export(fit_rfci_lu2019)
export(partition) export(partition)
export(plot_ru)
export(pqq_plot) export(pqq_plot)
export(pred_rfci_eaamm2010_prime) export(pred_rfci_eaamm2010_prime)
export(pred_rfci_lu2019) export(pred_rfci_lu2019)
......
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/plot_ru.R
\name{plot_ru}
\alias{plot_ru}
\title{plot relative expanded uncertainty
plot_ru}
\usage{
plot_ru(reu_obj, DQO = 30, ylim = c(0, 100), DESKTOP = TRUE,
path = tempdir(), name = NULL, width_mm = 200, height_mm = 200)
}
\arguments{
\item{reu_obj}{reu_obj object}
\item{DQO}{DQO Digital Quality Objective}
\item{ylim}{ylim}
\item{DESKTOP}{boolean}
\item{path}{path tempdir() by default}
\item{name}{name to be added to the filename}
\item{width_mm}{width in mm, 200 by default}
\item{height_mm}{height in mm, 200 by default}
}
\description{
plot relative expanded uncertainty
plot_ru
}
\examples{
\dontrun{
plot_ru()
}
}
\keyword{cipred}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment