psubs function

Substitute players of a hyper2 object

Substitute players of a hyper2 object

Given a hyper2 object, substitute some players

psubs(H, from, to) psubs_single(H, from, to)

Arguments

  • H: hyper2 object
  • from,to: Character vector of players to substitute and their substitutes

Details

Function psubs() substitutes one or more player names, replacing player from[i] with to[i]. If argument to is missing, all players are substituted, the second argument taken to be the replacement: interpret psubs(H,vec) as psubs(H,from=pnames(H),to=vec).

Compare pnames<-(), which can only add players, or reorder existing players.

Function psubs_single() is a low-level helper function that takes a single player and its substitute; it is not intended for direct use.

Returns

Returns a hyper2 object

Author(s)

Robin K. S. Hankin

Examples

psubs(icons,c("L","NB"),c("London","Norfolk Broads")) rhyper2() |> psubs(letters,LETTERS) # ignore i,j,k,...,z psubs(icons,tolower(pnames(icons)))
  • Maintainer: Robin K. S. Hankin
  • License: GPL (>= 2)
  • Last published: 2024-05-31