BD.plot(x, y = NULL, BUUHWE.out.x = BUUHWE(x), BUUHWE.out.y = BUUHWE(y),
French = FALSE, col = c('black','red'))BUUHWE expansion has to be computed and superimposed to the one of x in the B-D plane. length(y) must be equal to length(x).
BUUHWE(x), included as an optional argument for saving computation time within the function if it has already been computed and saved outside the function; otherwise BUUHWE transform of x is compute at the call of function BD.plot.
BUUHWE(y), included as an optional argument for saving computation time within the function if it has already been computed and saved outside the function; otherwise the BUUHWE transform of y is computed by BUUHWE at the call of function BD.plot.
The main references are
Other references include
BUUHWE, BUUHWE.plot
x= c(1,7,3,0,-2,6,4,0,2)
BD.plot(x)
Run the code above in your browser using DataLab