File:Unendlichkeitsmaschine Page Views.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file(SVG file, nominally 553 × 463 pixels, file size: 69 KB)

Summary

Description
Deutsch: Seitenaufrufe von Unendlichkeitsmaschine über 90 Tage
Date
Source Own work
Author LoKiLeCh
SVG development
InfoField
W3C grn 
The SVG code is valid.
R logo 
This chart was created with R.
Gnome-mime-application-x-font-ttf 
The file size of this SVG image may be irrationally large because its text has been converted to paths inhibiting translations.
Source code
InfoField

R code

# gnu-r script
  library("ggplot2")
  library("lattice")
  library("rjson")
  
  getJsonData <- function (name)
  {
    json_file <- paste("http://stats.grok.se/json/de/latest90/",name,sep="")
    #print(json_file)
    json_data <- fromJSON(paste(readLines(json_file), collapse=""))
    json_data
  }
  
  plotECDF <- function(name)
  {
    jd <- getJsonData(name)
    m <- median(unlist(jd$daily_views))
    qplot(unlist(jd$daily_views),xlab="Page Views",ylab="Cumulative distribution",stat="ecdf",geom="line",main=name) + annotate("text", x = m, y = 0.5, label = paste("Median  =  ",m))
  }
  
  plotECDF("Unendlichkeitsmaschine")

Licensing

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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

19 June 2013

File history

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

Date/TimeThumbnailDimensionsUserComment
current21:14, 19 June 2013Thumbnail for version as of 21:14, 19 June 2013553 × 463 (69 KB)LoKiLeCh=={{int:filedesc}}== {{Information |description={{de|1=Seitenaufrufe von de:Unendlichkeitsmaschine über 90 Tage}} |date=2013-06-19 |source={{own}} |author=LoKiLeCh |permission= |other_versions= |other_fields= }} =={{int:license...
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

Metadata