append.afmdata function

Append to an afmdata list.

Append to an afmdata list.

This function appends a list to an existing afmdata structure. It is used internally by several afm* functions when attaching the results to the input afmdata variable. This function should not be used directly unless by experienced users.

append.afmdata(afmdata, x, name = NULL)

Arguments

  • afmdata: The afmdata to which the new list is going to be joined.
  • x: A list to be appended.
  • name: The name of new field of the resulting afmdata object. If none is given, it is the same as x.

Returns

The new list of class afmdata

  • Maintainer: Rafael Benitez
  • License: GPL
  • Last published: 2017-04-03

Useful links