What is the format of the data?
if the file is in a standard format, please see the "raster" or "brick"
command
they will allow you to read direct from the file, with no trouble.

plot() just works  as plot() is defined as a method for a raster layer and
for a brick if
you happen to have a multi band file. or you can iterate through the
individual layers
and make a plot for them all.

I cover some of this on my blog, with code examples.

On Tue, Oct 5, 2010 at 5:09 AM, Malik Shahzad <geoma...@live.com> wrote:

>
> I need help how to read IKNOS image using R raster library and then
> plot\show that image. (very basic question, sorrry for this).
>
> with Best Regards,
>
> Malik Shahzad
> Doctoral Student
> Asian Institute of Technology (AIT)
> Bangkok, Thailand
> +66-8-7676-5616
>
>
>        [[alternative HTML version deleted]]
>
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo@stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
>

        [[alternative HTML version deleted]]

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

Reply via email to