search for: tp2335651p2336200

Displaying 2 results from an estimated 2 matches for "tp2335651p2336200".

2010 Aug 23
5
How to remove all objects except a few specified objects?
How to remove all R objects in the RAM except for a few specified ones? rm(list=ls()) removes all R objects in the R work space. Another question is that whether removing all R objects actually releases the RAM? Thanks. -- View this message in context: http://r.789695.n4.nabble.com/How-to-remove-all-objects-except-a-few-specified-objects-tp2335651p2335651.html Sent from the R help mailing list
2010 Aug 24
0
mlm for within subject design
...bjects? a <- 1 b <- 2 c <- 3 ls()[-a] # set minus to all the objects you want to retain rm(list = ls()[-a] # will remove all the objects - except a ls() # presto -- View this message in context: http://r.789695.n4.nabble.com/How-to-remove-all-objects-except-a-few-specified-objects-tp2335651p2336200.html Sent from the R help mailing list archive at Nabble.com. --Forwarded Message Attachment-- From: stefanML at collocations.de To: r-help at stat.math.ethz.ch Date: Tue, 24 Aug 2010 10:47:58 +0200 Subject: Re: [R] 3D stariway plot On 24 Aug 2010, at 02:20, Ben Bolker wrote: >> Pleas...