spatstat (version 1.48-0)

edit.hyperframe: Invoke Text Editor on Hyperframe

Description

Invokes a text editor allowing the user to inspect and change entries in a hyperframe.

Usage

"edit"(name, ...)

Arguments

name
A hyperframe (object of class "hyperframe").
...
Other arguments passed to edit.data.frame.

Value

Another hyperframe.

Details

The function edit is generic. This function is the methods for objects of class "hyperframe".

The hyperframe name is converted to a data frame or array, and the text editor is invoked. The user can change entries in the columns of data, and create new columns of data.

Only the columns of atomic data (numbers, characters, factor values etc) can be edited. Note that the original object name is not changed; the function returns the edited dataset.

See Also

edit.data.frame, edit.ppp

Examples

Run this code
  if(interactive()) Z <- edit(flu)

Run the code above in your browser using DataCamp Workspace