Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed Dec 9, 2024
1 parent 99fe477 commit e101e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/simpol1.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ simpol1 <- function(fx_groups, meredith = TRUE, temp_c = 20) {
vb_00 = (b_k["b0"] * 1), #b_0(T) is an intercept/constant.
vb_01 = (b_k["b1"] * .data$carbons),
vb_02 = (b_k["b2"] * .data$carbons_asa),
vb_03 = (b_k["b3"] * .data$rings_aromatic),
vb_03 = (b_k["b3"] * .data$rings_aromatic),
vb_04 = (b_k["b4"] * .data$rings_aliphatic),
vb_05 = (b_k["b5"] * .data$carbon_dbl_bonds_aliphatic),
vb_06 = (b_k["b6"] * .data$CCCO_aliphatic_ring),
Expand Down

0 comments on commit e101e92

Please sign in to comment.