save.to.eps {bnstruct} | R Documentation |
BN
picture as .eps
file.Save an image of a Bayesian Network as an .eps
file.
save.to.eps(x, filename, ...) ## S4 method for signature 'BN,character' save.to.eps(x, filename, ...)
x |
a |
filename |
name (with path, if needed) of the file to be created |
... |
parameters for the |
## Not run: save.to.eps(x, "out.eps") ## End(Not run)