Learn R Programming

PUMP (version 1.0.4)

update.pumpgridresult: Update a pump grid call, tweaking some parameters (core function)

Description

Works on objects returned by `update_grid()`; calls `update_grid()`.

Usage

# S3 method for pumpgridresult
update(object, ...)

Arguments

object

A pumpgridresult object.

...

Additional arguments, i.e., the arguments you would pass to the `pump_power()`, `pump_mdes()` and `pump_sample()`, that will replace the existing parameters of the object.

See Also

[update_grid()]