plot_3D_proj: Plots the 3D representation of the projection function

Description Usage Arguments Value

View source: R/plot_funcs.R

Description

Given the set of parmeters and the input data in 2D, this function calculates and plots the wireframe on a 3D linear space defined by the input matrix X.

Usage

1
plot_3D_proj(X, bpwpm_params, n, f_of_0 = TRUE)

Arguments

X

An input matrix of size n*2.

bpwpm_params

an object of the class bpwpm_params of bpwpm_prediction created by the functions posterior_params or predict.bpwpm respectively that contains all the info about the posterior parametres of the model.

n

Thinness of grid for 2D and 3D projectction

f_of_0

Logical if If the constant function 0 is to be plotted

Value

a 3D WireFrame Lattice Plot


PaoloLuciano/BPWPM documentation built on May 21, 2019, 1:20 p.m.