vlist {MoBPS} | R Documentation |
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
data(ex_pop)
vlist(ex_pop$breeding[[1]], select=3:10)
[Package MoBPS version 1.6.64 Index]