Learn R Programming

MoBPS (version 1.6.64)

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)

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

Run this code
# NOT RUN {
data(ex_pop)
vlist(ex_pop$breeding[[1]], select=3:10)
# }

Run the code above in your browser using DataLab