plot.pauli_d: plot method for object of class pauli_d

Description Usage Arguments Value Examples

View source: R/plot.R

Description

plot method for object of class pauli_d

Usage

1
2
## S3 method for class 'pauli_d'
plot(x, ...)

Arguments

x

a pauli_d object

...

pass extra arguments

Value

A 2 x 2 layout of pauli_d frame scatter plots

Examples

1
2
3
pf <- pauli()
pf2 <- opop(pf, function(x)x^2 - 1)
plot(pf2)

mncube/pauliframes documentation built on Dec. 21, 2021, 8:07 p.m.