Please provide a reproducible example with fake data and the exact commands
you used.

My suspicion is that you've tried to assign the output of load(), but you
don't provide enough information for us to definitively diagnose your
problem.

Sarah

On Monday, November 5, 2012, carolina monmany wrote:

> Thanks, Sarah. I've tried that and it looks like it is loaded but when I
> try to do anything such as plot(variog1) or fit it it does not work. When I
> ask
>
> class(variog1)
>
> it says
>
> character
>
>
> 2012/11/5 Sarah Goslee <sarah.gos...@gmail.com <javascript:;>>
>
> > If you use save() to save your variograms, you need to use load() to load
> > them.
> >
> > load("variog1.Rdata")
> >
> > Sarah
> >
> >
> > On Monday, November 5, 2012, carolina monmany wrote:
> >
> >> Dear all,
> >>
> >> I am using R 2.15.1 and the package gstat in Linux to calculate
> variograms
> >> from large datasets (200x200m high resolution satellite images).
> >>
> >> I need to save all the variograms for later modelling and others and I
> >> realized late that I was using the wrong command:
> >>
> >> save(variog1, file="variog1.Rdata")
> >>
> >> the variograms were being indeed saved but I cannot open them again
> >>  because they not being saved as variograms but as characters.
> >>
> >> I tried to save them using the suggested command:
> >>
> >> data(variog1): 'variog1';
> >>
> >> with no success. My main question is: is there a way I can recover the
> >> already saved variograms?
> >> And the other question : what is the correct syntaxis for saving
> >> variograms
> >> in gstat?
> >>
> >> Thanks  a lot.
> >> --
> >> ---------------------------
> >> A. CAROLINA MONMANY
> >> Universidad de Puerto Rico
> >> Departamento de Biologia - CN 235
> >> POBOX 23360
> >> San Juan, Puerto Rico 00931-3360
> >> Tel: +1 787 764 0000 x2847
> >> Fax: +1 787 764 2610
> >>
> >>         [[alternative HTML version deleted]]
> >>
> >> _______________________________________________
> >> R-sig-Geo mailing list
> >> R-sig-Geo@r-project.org <javascript:;>
> >> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
> >>
> >
> >
> > --
> > Sarah Goslee
> > http://www.stringpage.com
> > http://www.sarahgoslee.com
> > http://www.functionaldiversity.org
> >
>
>
>
> --
> ---------------------------
> A. CAROLINA MONMANY
> Universidad de Puerto Rico
> Departamento de Biologia - CN 235
> POBOX 23360
> San Juan, Puerto Rico 00931-3360
> Tel: +1 787 764 0000 x2847
> Fax: +1 787 764 2610
>
>         [[alternative HTML version deleted]]
>
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo@r-project.org <javascript:;>
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
>


-- 
Sarah Goslee
http://www.stringpage.com
http://www.sarahgoslee.com
http://www.functionaldiversity.org

        [[alternative HTML version deleted]]

_______________________________________________
R-sig-Geo mailing list
R-sig-Geo@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-geo

Reply via email to