R/namenames.r

Defines functions namenames

#
# Simple utility to add duplicate string values in the names
# Useful with lapply to force the names into the names of the resulting list
#
namenames <- function(x) structure(x,names=x)

Try the gradientForest package in your browser

Any scripts or data that you put into this service are public.

gradientForest documentation built on Aug. 24, 2023, 3:03 p.m.