Skip to content

Commit 192625c

Browse files
committed
not deviding the weight by object steps any more
1 parent 6582de1 commit 192625c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/datplot_utility.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ create.sub.objects <- function(DAT_mat, stepsize) {
182182
for (step in sequence) {
183183
wip <- as.vector(DAT_mat[i,])
184184
wip[5] <- step
185-
wip[4] <- wip[4] / length(sequence)
185+
wip[4] <- wip[4] #/ length(sequence)
186186
first_na <- match(NA, result[,1])
187187
result[first_na,1] <- wip[1]
188188
result[first_na,3] <- wip[2]

0 commit comments

Comments
 (0)