I am trying to build a and b, each of which consists of 7500 data points. However, when I tried plot (x, y), I got the following error:
> plot(a[11],b[11])
Error in xy.coords(x, y, xlabel, ylabel, log) :
(list) object cannot be coerced to type 'double'
This is strange because all values are all integers. What can I do?
Thank.
source
share