I'm trying to plot some temporal data that have some gaps in them. You
can see the plot here: http://www.tiikoni.com/tis/view/?id=da222e2.

The problem is that during the time gaps in the TS the line plot is
interpolated over the gap and I don't want it to. I've tried
interleaving the gaps with an NA flag, but there are around 10000
data-points sorted from multiple files, that makes it difficult to add
the NA flag manually. If it's not possible to define the behaviour of
the plot(0function, is there another plot I can use, e.g. zoo, that will
allow me to not have the lines drawn between the gaps?

 

Appreciate any insights.

Christos

 

Best regards,

 

Christos M. Delivorias

Seismic Acquisition Analyst

ION - Concept Systems

[office] +44 131 200 4840

[mobile] +44 7810 773 157

 

This email and any files transmitted with it are confide...{{dropped:14}}

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to