If I understand what you are up to, my "pander" package might help. You
mean something like this?
I used the example form the package manual.

> library(pander)
> data(meuse)
> coordinates(meuse) = ~x+y
> pander(variogram(log(zinc)~1, meuse))

--------------------------------------------
 np   dist   gamma   dir.hor   dir.ver   id
---- ------ ------- --------- --------- ----
 57  79.29  0.1234      0         0     var1

299   164   0.2162      0         0     var1

419  267.4  0.3028      0         0     var1

457  372.7  0.4121      0         0     var1

547  478.5  0.4634      0         0     var1

533  585.3  0.5647      0         0     var1

574  693.1   0.569      0         0     var1

564  796.2  0.6187      0         0     var1

589  903.1  0.6471      0         0     var1

543   1011  0.6916      0         0     var1

500   1118  0.7034      0         0     var1

477   1221  0.6039      0         0     var1

452   1329  0.6517      0         0     var1

457   1437  0.5665      0         0     var1

415   1543  0.5748      0         0     var1
--------------------------------------------

Best,
Gergely


On 2 November 2013 09:55, Enzo Cocca <enzo....@gmail.com> wrote:

> hi,
>
> I want to export in ascii-grid file a semivariogram map that I have did
> with gstat library.
>
> How can I make it?
>
> Somebody can help me?
>  thanks!
>
> enzo
> --
> Enzo Cocca (PhD Candidate)
> Research Fellow
> Università di Napoli "L'Orientale"
> mail: enzo....@gmail.com
> cell: +393495087014
>
>         [[alternative HTML version deleted]]
>
>
> ______________________________________________
> R-help@r-project.org 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.
>
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org 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.

Reply via email to