Browse code

added data documentation

devonjkohler authored on 21/04/2023 17:51:14
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,17 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/dataDoc.R
3
+\docType{data}
4
+\name{raw.om}
5
+\alias{raw.om}
6
+\title{Example output file Spectromine}
7
+\format{
8
+data.frame
9
+}
10
+\description{
11
+data.frame containing output of Spectromine. Used in examples.
12
+}
13
+\examples{
14
+data(raw.om)
15
+head(raw.om)
16
+
17
+}