Learn R Programming

FractalParameterEstimation (version 1.1.2)

increment: Increment

Description

Adds one to given variable and returns this computed variable. Function is used by main function "estimationFunction" and shall not be called or changed by user.

Usage

increment(counter)

Arguments

counter

Temporary functional variable

Value

Incremented value is returned

References

Hermann, P., Mrkvicka, T., Mattfeldt, T., Minarova, M., Helisova, K., Nicolis, O., Wartner, F., and Stehlik, M. (2015). Fractal and stochastic Geometry Inference for Breast Cancer: a Case Study with Random Fractal Models and Quermass-Interaction Process. Statistics in Medicine, 34(18), 2636-2661. doi: 10.1002/sim.6497.

Examples

Run this code
# NOT RUN {
temp = 0
temp = increment(temp)
# }

Run the code above in your browser using DataLab