File:ParallelCoordinatePattern.svg

Original file(SVG file, nominally 900 × 360 pixels, file size: 116 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
English: The graphics shows some two dimensional structures in a scatterplot (upper plots) and in a parallel coordinate plot (lower plots).
Date
Source Own work
Author Sigbert
 
This W3C-unspecified chart was created with R.
 library("MASS")
 set.seed(0)
 n  <- 24
 t  <- (1:n)/(n/2)
 x <- list(cbind(t, t), cbind(t, -t),
           rbind(matrix(rnorm(n), nc=2), matrix(rnorm(n, mean=5), nc=2)),
           cbind(cos(pi*t), sin(pi*t)), rbind(matrix(rnorm(5*n), nc=2)))
 lab <- list("Korrelation = +1", "Korrelation = -1", "Zwei Cluster", "Kreis", "Normalverteilung")
 svg("ParallelCoordinatePattern.svg", width=10, height=4)
 par(mfcol=c(2,length(x)), mar=c(0,0,2,0), pch=19)
 for (i in seq(x)) {
   plot(x[[i]], axes=F)
   box()
   parcoord(x[[i]], main=lab[[i]])
   box()
 }
 dev.off()

Licensing edit

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

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

Date/TimeThumbnailDimensionsUserComment
current04:14, 29 September 2011Thumbnail for version as of 04:14, 29 September 2011900 × 360 (116 KB)Sigbert (talk | contribs)

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: