plot_weight: Plot the weight distribution of the optimal design for...

View source: R/plot_weight.R

plot_weightR Documentation

Plot the weight distribution of the optimal design for univaraite regression model

Description

Plot the weight distribution of the optimal design for univaraite regression model

Usage

plot_weight(design)

Arguments

design

The resulted design that contains the design points and the associated weights

Details

This functions produce a figure that contains the location and their associated weights of the resulted optimal design measures.

Value

The plot that shows the given optimal design

Examples

Des = list(location = c(-1, +1), weight = c(0.5, 0.5))
plot_weight(Des)


SLSEdesign documentation built on June 22, 2024, 9:45 a.m.