| dynutils-package | Common functionality for the dynverse packages |
| %all_in% | Check whether a vector are all elements of another vector |
| %has_names% | Check whether an object has certain names |
| add_class | Add class to object whilst keeping the old classes |
| all_in | Check whether a vector are all elements of another vector |
| apply_minmax_scale | Apply a nubnax scale. |
| apply_quantile_scale | Apply a quantile scale. |
| apply_uniform_scale | Apply a uniform scale |
| calculate_arithmetic_mean | Calculate a (weighted) mean between vectors or a list of vectors |
| calculate_distance | Distance metrics |
| calculate_geometric_mean | Calculate a (weighted) mean between vectors or a list of vectors |
| calculate_harmonic_mean | Calculate a (weighted) mean between vectors or a list of vectors |
| calculate_mean | Calculate a (weighted) mean between vectors or a list of vectors |
| check_packages | Check which packages are installed |
| correlation_distance | Distance metrics |
| dynutils | Common functionality for the dynverse packages |
| euclidean_distance | Distance metrics |
| expand_matrix | Expand a matrix with given rownames and colnames |
| extend_with | Extend an object |
| extract_row_to_list | Extracts one row from a tibble and converts it to a list |
| has_names | Check whether an object has certain names |
| inherit_default_params | Inherit default parameters from a list of super functions |
| install_packages | Install packages taking into account the remotes of another |
| is_bounded | Check whether a value within a certain interval |
| is_single_numeric | Check whether a value is a single numeric |
| is_sparse | Check if a matrix is sparse |
| list_as_tibble | Convert a list of lists to a tibble |
| manhattan_distance | Distance metrics |
| mapdf | Apply a function to each row of a data frame |
| mapdf_chr | Apply a function to each row of a data frame |
| mapdf_dbl | Apply a function to each row of a data frame |
| mapdf_dfc | Apply a function to each row of a data frame |
| mapdf_dfr | Apply a function to each row of a data frame |
| mapdf_int | Apply a function to each row of a data frame |
| mapdf_lat | Apply a function to each row of a data frame |
| mapdf_lgl | Apply a function to each row of a data frame |
| pritt | Format and interpolate a string |
| project_to_segments | Project a set of points to to set of segments |
| random_time_string | Generate random string |
| read_h5 | Read/write R objects to a H5 file. |
| read_h5_ | Read/write R objects to a H5 file. |
| recent_news | Print the most recent news |
| safe_tempdir | Create an empty temporary directory and return its path |
| scale_minmax | Rescale data to a [0, 1] range |
| scale_quantile | Cut off outer quantiles and rescale to a [0, 1] range |
| scale_uniform | Rescale data to have a certain center and max range. |
| tibble_as_list | Convert a tibble to a list of lists |
| update_news | Update the news based on the md file |
| walkdf | Apply a function to each row of a data frame |
| write_h5 | Read/write R objects to a H5 file. |
| write_h5_ | Read/write R objects to a H5 file. |