subset-.result: Allows to output a list directly in several objects (python...

[<-.resultR Documentation

Allows to output a list directly in several objects (python like behaviour)

Description

This function is interesting with functions that handle several objects at the same time The function was created by Gabor Grothendieck who provided it graciously on the r-help list in June 2004. https://stat.ethz.ch/pipermail/r-help/2004-June/053343.html He originally named the function list (overriding then the built-in function). However, I have preferred to rename it for avoiding confusion.

Usage

## S3 replacement method for class 'result'
x[...] <- value

Arguments

x

list of objects

...

other parameters

value

value

Value

a list of object that can be outputed directly in a list of objects


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.