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 [2013/02/04 21:17] 172.20.23.159 |
curves_loblolly_pine_50 [2013/02/05 15:36] (current) 172.20.23.159 |
||
---|---|---|---|
Line 10: | 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:400px; height:600px; margin:36px auto; position:relative; left:-50px;"></div> | + | <div id="chartdiv-wrapper"> |
+ | <div id="chartdiv"></div> | ||
+ | </div> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | var title = 'Loblolly Pine 50 Year Basis'; | + | var options = { |
- | var bVars = [-2.41737, -273.824, 4227.7, -19758.5]; | + | title: 'Loblolly Pine 50 Year Basis', |
- | var ageRange = [0, 80, 5]; | + | containerId: 'chartdiv', |
- | var siRange = [60, 120, 10]; | + | baseAge: 50, |
- | siteIndexChart = new SiteIndexChart(title, bVars, ageRange, siRange); | + | bVars: [-2.41737, -273.824, 4227.7, -19758.5], |
- | siteIndexChart.drawChart('chartdiv'); | + | ageMin: 0, |
+ | ageMax: 80, | ||
+ | ageStep: 5, | ||
+ | siMin: 60, | ||
+ | siMax: 120, | ||
+ | siStep: 10 | ||
+ | } | ||
+ | siteIndexChart = new SiteIndexChart(options); | ||
</script> | </script> | ||
</html> | </html> | ||
+ | |||
+ | Height-growth classification for second-growth loblolly pine. Reproduced from USDA Forest Service Mis. Publication No. 50. |