tail#

swordfish.function.tail()#

Return the last n element(s) of a vector, or the last n columns of a matrix, or the last n rows of a table.

Parameters:
  • obj (Constant) – A vector/matrix/table.

  • n (Constant, optional) – A positive integer, by default DFLT