X-Git-Url: https://git.auder.net/?a=blobdiff_plain;ds=sidebyside;f=man%2FplotCurves.Rd;fp=man%2FplotCurves.Rd;h=e83c5c91a88bf32cbdf1e3e44cf8dfc44fc54678;hb=f310ba7f9b7654597890ecec1edd68aa2fe39509;hp=0000000000000000000000000000000000000000;hpb=ef3c3e248b53f93329e0482e616f1b92281bdd9e;p=synclust.git diff --git a/man/plotCurves.Rd b/man/plotCurves.Rd new file mode 100644 index 0000000..e83c5c9 --- /dev/null +++ b/man/plotCurves.Rd @@ -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) +} +