Skip to content

Coercing character to image

4 messages · Honey Giroday, Roger Bivand

#
On Tue, 24 Jun 2008, Honey Giroday wrote:

            
No, because you have not provided a code example to show what you did 
(wrong). Please create an example using a data set included in spatstat, 
reproducing your problem. We cannot see over your shoulder. My guess is 
that your question is not the right question, because the problem arose 
earlier in the workflow.

Roger

  
    
#
On Tue, 24 Jun 2008, Honey Giroday wrote:

            
This is the problem - dens2004.load contains the *name* of the loaded 
object(s). Try:

save(dens2004, file="dens2004.Rdata")
ls()
rm(dens2004)
print(load("dens2004.Rdata"))
ls()

See ?load.

Roger