File: msplot.Rd

package info (click to toggle)
pvclust 1.3-0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 200 kB
  • sloc: makefile: 1
file content (16 lines) | stat: -rwxr-xr-x 480 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\name{msplot}
\alias{msplot}
\title{Drawing the Results of Curve Fitting for Pvclust Object}
\description{draws the results of curve fitting for pvclust object.
}
\usage{
msplot(x, edges=NULL, ...)
}
\arguments{
  \item{x}{object of class \code{pvclust}.}
  \item{edges}{numeric vector of edge numbers to be plotted.}
  \item{...}{other parameters to be used in the function.}
}
\seealso{\code{\link{plot.msfit}}}
\author{Ryota Suzuki \email{suzuki@ef-prime.com}}
\keyword{hplot}