Plots the hcdf_bivar object as output by the hcdf function when evaluated on a hermite_estimator_bivar object.
# S3 method for hcdf_bivar
plot(x, main = "Hermite CDF", xlab = "X", ylab = "Y", ...)
A hcdf_bivar object.
A string, title for plot.
A string, x label for plot.
A string, y label for plot.
Unused.