Slide 22
Slide 22 text
Applications Word Fractals
Linear Visualization
0 50000 100000 150000 200000
Ranked 1000 UK English Words
Ranked words (W)
Frequency of occurrence (F)
the their us love voice true state eye stand worth service neck land art
Linear plot of data
> plot(td$Rank, td$Abs, type="p", main="Ranked 1000 UK English Words",
xlab="Ranked words (W)", ylab="Frequency of occurrence (F)",
xaxt="n",log="xy",cex=0.5)
> ticks.at<-seq(min(td$Rank), max(td$Rank),10)
> ticks.lab<-as.character(td$Wordform[ticks.at])
> Axis(td$Rank, at=ticks.at, las=1, side=1,labels=ticks.lab, cex.axis=0.75)
c 2012 Performance Dynamics Oracle Meets Fractals February 21, 2012 16 / 44