Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
\name{bd.reset}
\alias{bd.reset}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{Resetting the graphics overlayer}
\description{
A function that opens relevant the relevant device based on "file",
either applied with bdp() or as an argument.
}
\usage{
bdopen(reread=FALSE)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
\item{reread}{If TRUE, configuration files will be re-read.}
}
\details{The default values in bdp are defined by defaults in the code
plus up to two configuration files written by the user. After reading
the values in the code, ~/bdp_config.R, then
paste(getwd(),"/bdp_config_local.R",sep="") are sourced. The config files
are just bdp commands.
}
\references{SVN: http://svn.imm.dtu.dk/svn/bdplot/bdgraphics}
\author{Peder Bacher, Philip Delff}
\seealso{bdgraphics, bdp, bdplot, bddev.off}
\examples{
% bdp(file="example.ps")
% bdopen()
% bdplot(x <- -10:10, x^2)
% bddev.off()
}
\keyword{iplot}