MAIDR Documentation - v4.4.0
    Preparing search index...

    One layer an author declared, with everything the chart drew for it.

    A figure routinely spreads one layer over several series — an estimate and the column drawing its interval, a curve and the ticks marking its censored times, twenty-two chromosomes that are one cloud — and every one of those extra series is here rather than becoming a layer of its own.

    interface AmDeclaredLayer {
        series: AmXYSeries;
        declaration: AmDeclaration;
        interval?: AmXYSeries;
        censored?: AmXYSeries;
        band?: AmXYSeries;
        pooled?: AmXYSeries;
        arms: AmXYSeries[];
    }
    Index

    Properties

    series: AmXYSeries

    The series carrying the block: the estimate, the curve, the cloud.

    declaration: AmDeclaration

    The validated block, narrowed to what this adapter can read.

    interval?: AmXYSeries

    intervalSeries — the floating column drawing the interval.

    censored?: AmXYSeries

    censoredSeries — the ticks marking censored times.

    band?: AmXYSeries

    bandSeries — the confidence band drawn around a curve.

    pooled?: AmXYSeries

    pooledSeries — the summary mark at the foot of a forest plot.

    arms: AmXYSeries[]

    Following siblings folded into this layer by merge: further arms of one survival figure, or further chromosomes of one Manhattan cloud.