hist.measurement {qsimulatR} | R Documentation |
Plot the histogram of a quantum measurement
Description
Plot the histogram of a quantum measurement
Usage
## S3 method for class 'measurement'
hist(x, only.nonzero = TRUE, by.name = only.nonzero,
freq = TRUE, ...)
Arguments
x |
object as returned by |
only.nonzero |
are the states with zero measurements to be plotted? |
by.name |
shall the xlabel contain the basis names? If |
freq |
shall the total counts be plotted? If not, the values are normalised to 1. |
... |
Generic parameters to pass on to |
Value
No return value.
[Package qsimulatR version 1.1.1 Index]