makeReport: Report Maker

View source: R/makeReport.R

makeReportR Documentation

Report Maker

Description

Create a document to report the results of the analyses of one or more water-sensitive paper.

Usage

makeReport(x)

Arguments

x

An object of class hydropaper, created with the function analyzePaper().

Value

A HTML (hydropaper_report.html) will be generated and stored the working directory.

Examples

path <- system.file('images', 'field1.jpg', package = 'hydropaper')
p1 <- detectPaper(path)
a <- analyzePaper(p1)
makeReport(a)  # check your working directory


arsilva87/hydropaper documentation built on April 4, 2022, 10:47 a.m.