~mvngu/igraph/doc

« back to all changes in this revision

Viewing changes to nexus/download/david.R

  • Committer: Gabor Csardi
  • Date: 2012-02-21 04:05:12 UTC
  • mfrom: (2640.1.1 0.6-main)
  • Revision ID: csardi.gabor@gmail.com-20120221040512-n2orudv0a2cdw3g1
Merged Nexus branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
source("sgb-coappearance.R")
 
3
copperfield <-
 
4
  getnet("http://mirror.switch.ch/ftp/mirror/tex/support/graphbase/david.dat")
 
5
 
 
6
copperfield$name <- "David Copperfield coappearance network"
 
7
save(copperfield, file="/tmp/copperfield.Rdata")