create_curve_set: Create a curve set out of a list in the right form.

Description Usage Arguments Value

Description

Create a curve set out of a list in the right form.

Usage

1
create_curve_set(curve_set, ...)

Arguments

curve_set

A list containing elements r, obs, sim_m and optionally the element theo. r must be a vector describing the radius vector. obs must be a vector containing the summary function values for the observed pattern. obs must have same length as r. sim_m must be a matrix containing summary function values for all the simulated patterns. Each column corresponds to a pattern. The number of rows must match the length of r. If included, theo corresponds to the theoretical summary function curve. If present, its length must match the length of r.

...

Do not use. (For internal use only.)

Value

The given list adorned with the proper class name.


myllym/spptest documentation built on May 23, 2019, noon