Skip to content

Commit 36edd78

Browse files
committed
Updates from Overleaf
1 parent f84f97c commit 36edd78

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

book/book.tex

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3317,7 +3317,9 @@ \section{Predicting salmon populations}
33173317

33183318
\section{Tree growth}
33193319

3320-
This case study is based on ``Height-Age Curves for Planted Stands of Douglas Fir, with Adjustments for Density", a working paper by Flewelling, Collier, Gonyea, Marshall, and Turnblom, available from \url{http://modsimpy.com/trees}.
3320+
This case study is based on ``Height-Age Curves for Planted Stands of Douglas Fir, with Adjustments for Density", a working paper by Flewelling, Collier, Gonyea, Marshall, and Turnblom.
3321+
3322+
% TODO: Add paper to GitHub \url{http://modsimpy.com/trees}
33213323

33223324
It provides ``site index curves", which are curves that show the expected height of the tallest tree in a stand of Douglas firs as a function of age, for a stand where the trees are the same age.
33233325

@@ -4131,7 +4133,7 @@ \section{Sweeping beta}
41314133

41324134
% TODO: Make the gamma symbol appear in the line below and in the figures.
41334135

4134-
If the value of \py{gamma} is \py{0.25}, the value of \py{label} is the string \py{'γ = 0.25'}.
4136+
If the value of \py{gamma} is \py{0.25}, the value of \py{label} is the string \py{'gamma = 0.25'}.
41354137

41364138
\begin{figure}
41374139
\centerline{\includegraphics[height=3in]{figs/chap13-fig01.pdf}}
@@ -4212,7 +4214,7 @@ \section{SweepFrame}
42124214

42134215
\begin{python}
42144216
for gamma in gamma_array:
4215-
label = 'γ = ' + str(gamma)
4217+
label = 'gamma = ' + str(gamma)
42164218
plot(frame[gamma], label=label)
42174219
\end{python}
42184220

0 commit comments

Comments
 (0)