Learn R Programming

bnstruct (version 1.0.6)

save.to.eps: save a BN picture as .eps file.

Description

Save an image of a Bayesian Network as an .eps file.

Usage

save.to.eps(x, filename, ...)

# S4 method for BN,character save.to.eps(x, filename, ...)

Arguments

x

a BN object

filename

name (with path, if needed) of the file to be created

...

parameters for the plot method.

See Also

plot

Examples

Run this code
# NOT RUN {
save.to.eps(x, "out.eps")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab