Predicting maximal strength: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 19: Line 19:
                                   function(){return "repetitions = " + Math.floor(r.X());}]);
                                   function(){return "repetitions = " + Math.floor(r.X());}]);


brd.createElement('text',[10,1.7,  
brd.createElement('text',[5,1.6,  
                           function(){return "predicted 1RM = " + (w.Value()*f(Math.floor(r.X()))).toFixed(2);}],
                           function(){return "predicted 1RM = " + (w.Value()*f(Math.floor(r.X()))).toFixed(2);}],
                         {fontSize:'24px'});
                         {fontSize:'32px'});


</jsxgraph>
</jsxgraph>

Revision as of 13:28, 13 August 2009