powered by
bru_mapper lists can be combined into bm_list lists.
bru_mapper
bm_list
# S3 method for bru_mapper c(...)# S3 method for bm_list c(...)# S3 method for bm_list [(x, i)
# S3 method for bm_list c(...)
# S3 method for bm_list [(x, i)
A bm_list object
Objects to be combined.
bm_list object from which to extract element(s)
indices specifying elements to extract
c(bm_list): The ... arguments should be bm_list objects.
c(bm_list)
...
[: Extract sub-list
[
c(bru_mapper): The ... arguments should be bru_mapper objects.
c(bru_mapper)
m <- c(A = bru_mapper_const(), B = bru_mapper_scale()) str(m) str(m[2])
Run the code above in your browser using DataLab