Skip to content

Commit

Permalink
importFrom ggplot2::aes
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhangTom committed Sep 24, 2023
1 parent 8c099e5 commit 79c1ff5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
Expand Down
2 changes: 1 addition & 1 deletion R/get_sig_MSE.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @param delta shifting range when minimizing MSE
#' @import dplyr
#' @importFrom x3ptools x3p_to_df x3p_delete_mask x3p_bin_stripes
#' @importFrom ggplot2 ggplot geom_line geom_point
#' @importFrom ggplot2 ggplot aes geom_line geom_point
#' @importFrom stats na.omit median lm coef approx
#' @importFrom purrr map_dbl map set_names
#' @importFrom tidyr nest unnest
Expand Down
2 changes: 1 addition & 1 deletion R/get_sig_raw.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' @param ifplot whether graphs are displayed
#' @import dplyr
#' @importFrom x3ptools x3p_to_df
#' @importFrom ggplot2 ggplot geom_line
#' @importFrom ggplot2 ggplot aes geom_line
#' @importFrom stats na.omit median
#' @export

Expand Down
2 changes: 1 addition & 1 deletion R/get_sigalign.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @param name2 name for the second cut
#' @param legendname legend name
#' @param titlename title name
#' @importFrom ggplot2 ggplot geom_line labs xlab ggtitle
#' @importFrom ggplot2 ggplot aes geom_line labs xlab ggtitle
#' @importFrom bulletxtrctr sig_align
#' @export

Expand Down
2 changes: 1 addition & 1 deletion R/get_x3p_inner_impute.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @param ifplot whether graphs are displayed
#' @import dplyr
#' @importFrom x3ptools x3p_delete_mask x3p_extract x3p_average x3p_add_mask
#' @importFrom ggplot2 ggplot geom_raster scale_fill_gradient2 labs ggsave
#' @importFrom ggplot2 ggplot aes geom_raster scale_fill_gradient2 labs ggsave
#' @importFrom assertthat assert_that not_empty
#' @importFrom raster raster focal as.data.frame as.matrix
#' @importFrom purrr map
Expand Down
2 changes: 1 addition & 1 deletion R/get_x3p_rotate_angle_quantile.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' @param min_score_cut the tuning parameter for minimum scores required in hough transformation
#' @param ifplot whether graphs are displayed
#' @import dplyr
#' @importFrom ggplot2 ggplot geom_histogram geom_point
#' @importFrom ggplot2 ggplot aes geom_histogram geom_point
#' @importFrom raster raster
#' @importFrom imager as.cimg hough_line nfline
#' @importFrom stats quantile median
Expand Down

0 comments on commit 79c1ff5

Please sign in to comment.