Skip to content

Commit

Permalink
remove unnecessary objects from plot_miss
Browse files Browse the repository at this point in the history
  • Loading branch information
pepijnvink committed Sep 20, 2023
1 parent 3658796 commit d372a68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/plot_miss.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ plot_miss <-
vrb <- colnames(na.mat)
rws <- nrow(na.mat)
cls <- ncol(na.mat)
rownr <- rownames(na.mat)
na_row <- na.mat[, cls]
na_col <- na.mat[rws, ]

# transform to long format
long <-
Expand Down

0 comments on commit d372a68

Please sign in to comment.