MINI MINI MANI MO
%
% Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
%
\name{ore-matplot}
\docType{methods}
\alias{ore-matplot}
\alias{matplot,ANY-method}
\alias{matplot,ore-method}
\alias{ore-matlines}
\alias{matlines,ANY-method}
\alias{matlines,ore-method}
\alias{ore-matpoints}
\alias{matpoints,ANY-method}
\alias{matpoints,ore-method}
\title{
행렬의 열 그리기
}
\description{
한 행렬의 열을 다른 행렬의 열과 비교하여 그립니다.
}
\usage{
\S4method{matplot}{ore}(x, y, type = "p", lty = 1:5, lwd = 1,
lend = par("lend"), pch = NULL, col = 1:6, cex = NULL,
bg = NA, xlab = NULL, ylab = NULL, xlim = NULL, ylim = NULL,
\dots, add = FALSE, verbose = getOption("verbose"))
\S4method{matlines}{ore}(x, y, type = "l", lty = 1:5, lwd = 1,
pch = NULL, col = 1:6, \dots)
\S4method{matpoints}{ore}(x, y, type = "p", lty = 1:5, lwd = 1,
pch = NULL, col = 1:6, \dots)
}
\arguments{
\item{x,y}{
\code{\link[OREbase:ore-class]{ore}} 객체입니다.
}
\item{type,lty,lwd,lend,pch,col,cex,bg,xlab,ylab,xlim,ylim,\dots,add,verbose}{
\code{\link[graphics]{matplot}}의 설명을 참조하십시오.
}
}
\references{
\href{http://www.oracle.com/technetwork/database/database-technologies/r/r-enterprise/documentation/index.html}{Oracle R Enterprise}
}
\author{
Oracle \email{oracle-r-enterprise@oracle.com}
}
\seealso{
\code{\link[graphics]{matplot}}
}
%\examples{
%\dontrun{
%}
%}
\keyword{hplot}
\keyword{aplot}
\keyword{array}
OHA YOOOO