I've tried to plot a smoothScatter in, my data is correct because I can plot it normally using plot however when I use smoothScatter appears:
Error in if (!missing(bandwidth) && min(bandwidth) <= 0) stop("'bandwidth' must be strictly positive") : missing value where TRUE/FALSE needed
How can I solve this and what does that mean?