Commit | Line | Data |
---|---|---|
f310ba7f BA |
1 | % Generated by roxygen2 (4.0.2): do not edit by hand |
2 | \name{plotCurves} | |
3 | \alias{plotCurves} | |
4 | \title{Plot a matrix of curves (in rows)} | |
5 | \usage{ | |
6 | plotCurves(M, cols = rep(1, nrow(M))) | |
7 | } | |
8 | \arguments{ | |
9 | \item{M}{Coordinates matrix (in columns)} | |
10 | ||
11 | \item{cols}{Vector of colors for each row of M [default: all black]} | |
12 | } | |
13 | \description{ | |
14 | Plot a matrix of curves (in rows) | |
15 | } | |
16 |