This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
curves_loblolly_pine_50 [2012/11/19 18:47] ddrummond |
curves_loblolly_pine_50 [2013/02/05 15:36] (current) 172.20.23.159 |
||
---|---|---|---|
Line 3: | Line 3: | ||
<script language="javascript" type="text/javascript" src="lib/plugins/jqplot/jquery.min.js"></script> | <script language="javascript" type="text/javascript" src="lib/plugins/jqplot/jquery.min.js"></script> | ||
<script language="javascript" type="text/javascript" src="lib/plugins/jqplot/jquery.jqplot.min.js"></script> | <script language="javascript" type="text/javascript" src="lib/plugins/jqplot/jquery.jqplot.min.js"></script> | ||
+ | <script type="text/javascript" src="lib/plugins/jqplot/jqplot.highlighter.min.js"></script> | ||
+ | <script type="text/javascript" src="js/siteIndexChart.js"></script> | ||
<link rel="stylesheet" type="text/css" href="lib/plugins/jqplot/jquery.jqplot.css" /> | <link rel="stylesheet" type="text/css" href="lib/plugins/jqplot/jquery.jqplot.css" /> | ||
</html> | </html> | ||
Line 8: | Line 10: | ||
====== Site Index Curves ====== | ====== Site Index Curves ====== | ||
===== Loblolly Pine 50 Year Basis ===== | ===== Loblolly Pine 50 Year Basis ===== | ||
- | {{:loblolly_50yrs.jpg|}} | ||
<html> | <html> | ||
- | <div id="chartdiv" style="width:812px; height:500px"></div> | + | <div id="chartdiv-wrapper"> |
- | <script language="javascript" type="text/javascript"> | + | <div id="chartdiv"></div> |
- | data = [[[1, 2],[3,5.12],[5,13.1],[7,33.6],[9,85.9],[11,219.9]]] | + | </div> |
- | options = {} | + | <script type="text/javascript"> |
- | jQuery.jqplot('chartdiv', data, options); | + | var options = { |
+ | title: 'Loblolly Pine 50 Year Basis', | ||
+ | containerId: 'chartdiv', | ||
+ | baseAge: 50, | ||
+ | bVars: [-2.41737, -273.824, 4227.7, -19758.5], | ||
+ | ageMin: 0, | ||
+ | ageMax: 80, | ||
+ | ageStep: 5, | ||
+ | siMin: 60, | ||
+ | siMax: 120, | ||
+ | siStep: 10 | ||
+ | } | ||
+ | siteIndexChart = new SiteIndexChart(options); | ||
</script> | </script> | ||
- | </div> | ||
</html> | </html> | ||
+ | |||
+ | Height-growth classification for second-growth loblolly pine. Reproduced from USDA Forest Service Mis. Publication No. 50. |