Learn R Programming

MoBPS (version 1.13.1)

vlist: Generation of a sublist

Description

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

Usage

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

Value

Selected elements of a list

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

Examples

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

Run the code above in your browser using DataLab