Hey,
I am trying to change the xlab for the plotting of my detection function so that it shows the units of the distance measured.
plot(hn,xlab="Distance (m)")
That is the code I am using. and the error returns as such
Error in histline(hist.obj$density, breaks = breaks, lineonly = FALSE, :
formal argument "xlab" matched by multiple actual arguments
Seems like the histline function's argument for xlab is clashing with my custom argument for xlab in the plot() function
If anyone knows how I can rectify this I would be grateful.
Thanks,
Steve