s-news
[Top] [All Lists]

Re : Last question about plot (and NA)

To: s-news@lists.biostat.wustl.edu
Subject: Re : Last question about plot (and NA)
From: Tristan Lorino <tristan.lorino@lcpc.fr>
Date: Fri, 10 Mar 2006 15:07:51 +0100
In-reply-to: <016001c6444b$96bde0a0$0540210a@www.domain>
Organization: LCPC
References: <ef09a721.96524e12.81a0400@po-d.temple.edu> <952415259.20060310145611@lcpc.fr> <016001c6444b$96bde0a0$0540210a@www.domain>
Reply-to: Tristan Lorino <tristan.lorino@lcpc.fr>
Message de Dimitris Rizopoulos, reçu le vendredi 10 mars 2006 à 15:04 :

DR> try something like the following:

DR> plot(x$u, x$v, ylim = c(1, 10), type="l")
DR> ind <- !is.na(x$w)
DR> lines(x$u[ind], x$w[ind], col=8, type = "b", pch = 1)

Thank you very much !


-- 
Laboratoire Central des Ponts et Chaussées
[Division ESAR ? Section AGR]
Route de Bouaye BP 4129
44341 Bouguenais Cedex
France
Tél. 33 (0)2 40 84 56 18


<Prev in Thread] Current Thread [Next in Thread>