fpop2d: Functional cost 2d display at level beta

Description Usage Arguments Value Examples

Description

Displaying the functional cost at consecutive times

Usage

1
fpop2d(data2, beta, nb = 300, circle = FALSE)

Arguments

data2

matrix of data of dimension 2 x n

beta

penalty coefficent, positive number

nb

An integer : the number of rows in the matrix used for the plots

circle

A boolean to decide to draw the circles of intersection (green if the region stays, red otherwise)

Value

Plots of the functional cost (in the plot window) and the present labels (in the console) at consecutive times

Examples

1
2
data <- dataG2(mean1 = 0, mean2 = 0, tau = 1, sigma = 0.5, n=10)
fpop2d(data, n = 300, 1, circle = TRUE)

vrunge/plotFPOP documentation built on May 29, 2019, 9:57 a.m.