Skip to content

Commit

Permalink
feat: added mean annual temperature (tlt) and mean annual precipitati…
Browse files Browse the repository at this point in the history
…on (hlp) variable names
  • Loading branch information
brycefrank committed Jan 15, 2024
1 parent f828e34 commit 0445628
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ var_defs_pre <- list(
),
n = utils::read.csv(
system.file("variable_defs/n.csv", package = "allometric")
),
t = utils::read.csv(
system.file("variable_defs/t.csv", package = "allometric")
)
)

Expand Down
1 change: 1 addition & 0 deletions inst/variable_defs/h.csv
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ h,s,t,ix100,site index at 100 year base age
h,s,l,,distance from tip of stem to merchantibility limit
h,h,t,,total height of the shrub
h,c,l,,height of live crown
h,l,p,,mean annual precipitation
3 changes: 2 additions & 1 deletion inst/variable_defs/measures.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ g,basal area
h,height
r,ratio
v,volume
n,angle
n,angle
t,temperature
2 changes: 2 additions & 0 deletions inst/variable_defs/t.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
measure,component,modifier,description
t,l,t,mean annual temperature

0 comments on commit 0445628

Please sign in to comment.