standard_curve {visualPlots} R Documentation

Draw standard curve

Description

Usage

standard_curve(model,
    title = "",
    samples = NULL,
    size = "1600,1200",
    margin = "padding: 200px 100px 150px 150px",
    factorFormat = "G4",
    sampleLabelFont = "font-style: normal; font-size: 16; font-family: Segoe UI;",
    labelerIterations = 1000,
    gridFill = "LightGray",
    reverse = FALSE);

Arguments

model

The linear model of the targeted metabolism model data. [as StandardCurve]

title

The plot title. [as string]

samples

The point data of samples. [as NamedValue`1]

Details

Authors

BioNovoGene

Value

this function returns data object of type GraphicsData.

clr value class

Examples


[Package visualPlots version 1.0.0.0 Index]