.transform_list {funMoDisco}R Documentation

Transform List Structure

Description

This function modifies a list of structures by checking for the presence of a "with_noise" field. If absent, it creates a new sub-list containing relevant fields.

Usage

.transform_list(lst, noise_str)

Arguments

lst

A list containing elements to be transformed.

noise_str

A string indicating the noise structure to apply.

Details

Transform List Structure

Value

The transformed list with updated structures.


[Package funMoDisco version 1.0.0 Index]