Antonio Rodriges <antonio.rrz <at> gmail.com> writes:

> I am working with netcdf data of NCEP/NCAR Climate Reanalysis. R does
> have capability to draw isolines using "contour". However, I need not
> to draw but  to export contours in any vector format. Is it possible?

  See

?contourLines

(you will have to write a little bit of code to export the
values, which are stored as a list of contours, to a file:
see e.g. ?write)

______________________________________________
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