Skip to content

subset-analogue removing fed in indexes?

3 messages · Gabor Grothendieck, Johannes Graumann

#
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
#
On 5/31/05, Johannes Graumann <graumann at caltech.edu> wrote:
plot(approx(x,data))
#
Jebus, you guys are fast!

Thanks so much,

Joh
On Tue, 2005-05-31 at 17:38 -0400, Gabor Grothendieck wrote: