1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
\name{ReturnSeriesGUI}
\alias{returnSeriesGUI}
\title{Return series plots}
\description{
A graphical user interface to display finanical time series plots.
\code{returnSeriesGUI} opens a GUI for return series plots.
}
\usage{
returnSeriesGUI(x)
}
\arguments{
\item{x}{
an object of class \code{"timeSeries"} or any other object which can
be transformed by the function \code{as.timeSeries} into an object
of class \code{"timeSeries"}.
}
}
\value{
\code{NULL}, invisibly. \code{returnSeriesGUI} is used for the
graphical user interface it provides.
}
\author{
Diethelm Wuertz for the Rmetrics \R-port
}
\seealso{
\code{\link{seriesPlot}},
\code{\link{returnPlot}},
\code{\link{cumulatedPlot}},
\code{\link{drawdownPlot}}
\code{\link{qqnormPlot}},
\code{\link{qqnigPlot}},
\code{\link{qqghtPlot}},
\code{\link{qqgldPlot}}
\code{\link{histPlot}},
\code{\link{densityPlot}},
\code{\link{logDensityPlot}}
\code{\link{boxPlot}},
\code{\link{boxPercentilePlot}}
\code{\link{acfPlot}},
\code{\link{pacfPlot}},
\code{\link{teffectPlot}},
\code{\link{lacfPlot}}
\code{\link{scalinglawPlot}}
}
\keyword{hplot}
|