vlist: Generation of a sublist

Description Usage Arguments Value Examples

View source: R/vlist.R

Description

Internal function to write a couple of list entries in a new list

Usage

1
vlist(list, skip = NULL, first = NULL, select = NULL)

Arguments

list

list you want to print details of

skip

Skip first that many list-elements

first

Only display first that many list-elements

select

Display only selected list-elements

Value

Selected elements of a list

Examples

1
2
data(ex_pop)
vlist(ex_pop$breeding[[1]], select=3:10)

MoBPS documentation built on Nov. 9, 2021, 5:08 p.m.

Related to vlist in MoBPS...