File:Methybetavsm.png: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 July 2015

  • curprev 10:2110:21, 30 July 2015Brb talk contribs 157 bytes +157 mydf = data.frame(beta=seq(0,1,length=100), m=log2(seq(0,1,len=100)/(1-seq(0,1,len=100)))) mydf = subset(mydf, is.finite(mydf$m)) with(mydf, plot(beta, m))