add documentation (remove .gitignore under man/)
[synclust.git] / man / plotCurves.Rd
diff --git a/man/plotCurves.Rd b/man/plotCurves.Rd
new file mode 100644 (file)
index 0000000..e83c5c9
--- /dev/null
@@ -0,0 +1,16 @@
+% Generated by roxygen2 (4.0.2): do not edit by hand
+\name{plotCurves}
+\alias{plotCurves}
+\title{Plot a matrix of curves (in rows)}
+\usage{
+plotCurves(M, cols = rep(1, nrow(M)))
+}
+\arguments{
+\item{M}{Coordinates matrix (in columns)}
+
+\item{cols}{Vector of colors for each row of M [default: all black]}
+}
+\description{
+Plot a matrix of curves (in rows)
+}
+