Internal-methods: Internal methods for base S3 generics

Description Usage Arguments

Description

Methods for S3-generics implemented for the package 'gammaSpec'. This document summarises all implemented S3-generics.

Usage

1
2
3
4
5
6
7
## S3 method for class 'SPE'
plot(x, y, type = c("bar", "line", "point"),
  xval = c("energy", "channel"), yval = c("rate", "count"),
  info = TRUE, fill = FALSE, ...)

## S3 method for class 'MAC'
plot(x, y, ...)

Arguments

x

object

y

currently not used

type

character (default: "bar"): Options: "bar", "line", "point"

xval

character (default: '"energy"): Options: "energy", "channel"

yval

character (default: "rate"): Options: "rate", "count"

info

logical (default: TRUE): Show or hide info of the SPE file

fill

logical (default: FALSE): Fill the area under the curve

...

Arguments to be passed to plot.


tzerk/gammaSpec documentation built on May 3, 2019, 2:04 p.m.