File:Landsat corr fake.png

From AWF-Wiki
Revision as of 12:01, 21 June 2013 by Lburgr (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full resolution(800 × 800 pixels, file size: 2.45 MB, MIME type: image/png)

A plot of fictional correlation between brightness values of two satellite bands. Generated in R and edited with GIMP.

Code:


data <- data.frame(band.4=c(rnorm(500, mean=100, sd=20), rnorm(500, mean=180, sd=10)), band.5=c(rnorm(500, mean=180, sd=20), rnorm(500, mean=100, sd=10)))

  1. and plot

png('landsat_corr_data.png', width=800, height=800,

   pointsize=15)

plot(data$band.4, data$band.5, xlab='Band 4 brightness value',

    ylab='Band 5 brightness value',
    main='Fictional example of correlation\n between two satellite bands')

dev.off()

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current12:01, 21 June 2013Thumbnail for version as of 12:01, 21 June 2013800 × 800 (2.45 MB)Lburgr (Talk | contribs)A plot of fictional correlation between brightness values of two satellite bands. Generated in R and edited with GIMP. Code: -------------------------------------------------------------------- data <- data.frame(band.4=c(rnorm(500, mean=100, sd=20), ...

The following page links to this file:

Personal tools
Namespaces

Variants
Actions
Navigation
Development
Toolbox