Skip to content

Commit

Permalink
💚 Remove unused outputs fuse() fct
Browse files Browse the repository at this point in the history
  • Loading branch information
CmlMagneville committed Sep 5, 2023
1 parent 82b0ede commit af226e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/fuse_ind_computation.R
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ fuse <- function(sp_dist, sp_faxes_coord, nb_NN = 5, GE, standGE = FALSE) {
FSGE <- log(1 + (FSp_std * GE))
FUSE <- stats::setNames(FUGE + FSGE, nm = nm)

data.frame(cbind(FUSE, FUGE, FSGE, FUn_std, FSp_std))
data.frame(cbind(FUSE, FUn_std, FSp_std))

}

Expand Down

0 comments on commit af226e6

Please sign in to comment.