Skip to content
Prev 70768 / 398526 Next

subset-analogue removing fed in indexes?

Hello,

Here's my issue:

I want to plot the following vectors:
130.0)
and avoid the line discontinuations caused by 'NA'.
will clean up 'data' for me, but now I need to get a 'plot_x' which
omits the values indexed with what's spit out by 'na.exclude(data)'.

Can anybody let me know a smooth way of how to delete entries with
certain indexes from a vector?

Thanks, Joih