On Mon, 9 Feb 2009, Neotropical bat risk assessments wrote:
Hi all, Read a string of data and had this message during a plot run. Warning message: closing unused connection 3 (Lines) Not sure what this means or if it should be of concern.
It means R tidied up after you. But it may have tidied up things you dropped by mistake, hence the warning.
Without a full example (see the footer of this message) we cannot tell what you (or a package you are using) did wrong.
-- Brian D. Ripley, [email protected] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [email protected] 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.

