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

Description Usage Arguments See Also Examples

Description

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

Usage

1
2
3
4
save.to.eps(x, filename, ...)

## S4 method for signature '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

1
2
3
4
## Not run: 
save.to.eps(x, "out.eps")

## End(Not run)

tavazzie/bnstructScore documentation built on Dec. 23, 2021, 7:47 a.m.