View source: R/helper-functions.R
hlpr_smooth | R Documentation |
Helper function to use within purrr::imap()
hlpr_smooth( variable, var_name, coords_df, smooth_span, aspect, subset, pb = NULL )
variable |
The variable to smooth |
var_name |
Name of the variable to smooth |
coords_df |
Data.frame that contains x and y coordinates |
smooth_span |
Span to smooth with |
aspect |
Gene or Gene set |
subset |
Vector of variable names to smooth |
pb |
A progress-bar or NULL. |
verbose |
Logical |
Smoothed variable (data.frame within purrr::imap()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.