inst/examples/dbsum_ex.R

# Calculate energetic sum or difference of values

dbsum(x = 55, y = 33, operator = 1)
dbsum(x = c(55 , 66), y = c(45, 50), operator = 1)

dbsum(x = c(70 , 68), y = c(55, 66), operator = -1)

Try the OpeNoise package in your browser

Any scripts or data that you put into this service are public.

OpeNoise documentation built on April 4, 2025, 1:03 a.m.