Skip to content

Commit 8ac0518

Browse files
committed
typo
1 parent 870e5f8 commit 8ac0518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/trace_generation.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ group2NA <- function(g, geom) {
442442
poly.na.list[[paste(i, "forward")]] <-
443443
rbind(no.group, retrace.first, na.row)
444444
}
445-
if(retrace.first.points)){
445+
if(retrace.first.points){
446446
backward.i <- rev(forward.i[-1])[-1]
447447
for(i in backward.i){
448448
no.group <- poly.list[[i]][1, !is.group, drop=FALSE]

0 commit comments

Comments
 (0)