View source: R/dim_reduction.R
remove_missing_values | R Documentation |
Account for missing values by dropping features, samples or using imputation.
remove_missing_values(
tomic,
value_var = NULL,
missing_val_method = "drop_samples",
missing_value_types = c("NA", "NaN", "Inf"),
verbose = FALSE
)
tomic |
Either a |
value_var |
An abundance value to use with |
missing_val_method |
Approach to remove missing values:
|
missing_value_types |
Types of values to treat as missing. One or more of "NA", "NaN" and "Inf" |
verbose |
extra reporting messages |
A tomic
object where missing values have been accounted
for.
remove_missing_values(brauer_2008_triple)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.