Team:Groningen/Modelling/model

From 2009.igem.org

(Difference between revisions)
Line 41: Line 41:
{{graph|Team:Groningen/Graphs/model|id= growthFactorGraph}}
{{graph|Team:Groningen/Graphs/model|id= growthFactorGraph}}
 +
 +
 +
<script Language="JavaScript">
 +
document.open();
 +
var D=new Diagram();
 +
D.SetFrame(60, 140, 300, 380);
 +
D.SetBorder(-1, 1, -1, 1);
 +
var i, x, y;
 +
for (i=0; i<11; i++)
 +
{ x=Math.sin((i+0.5)*2*Math.PI/11);
 +
  y=Math.cos((i+0.5)*2*Math.PI/11);
 +
  new Arrow(D.ScreenX(x/3), D.ScreenY(y/3), D.ScreenX(x), D.ScreenY(y), "#0000ff", i%5+1);
 +
}
 +
document.close();
 +
</script>

Revision as of 13:44, 26 August 2009

input growth Factor = percentage

answer= hahaha

amount: ha!
photo
g

Loading graph...


<script Language="JavaScript"> document.open(); var D=new Diagram(); D.SetFrame(60, 140, 300, 380); D.SetBorder(-1, 1, -1, 1); var i, x, y; for (i=0; i<11; i++) { x=Math.sin((i+0.5)*2*Math.PI/11);

 y=Math.cos((i+0.5)*2*Math.PI/11);
 new Arrow(D.ScreenX(x/3), D.ScreenY(y/3), D.ScreenX(x), D.ScreenY(y), "#0000ff", i%5+1);

} document.close(); </script>