X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2Fdoc%2Frrdgraph_rpn.pod;h=6e31ea6d09916eda496096b02f23acb5ad7d6002;hb=15abbe3dfd25bc5d8cdb7c615062ceb7a7fbd78e;hp=5000d7a1738915277d065318971440624dc65d4d;hpb=345b048def378e8651f14d0c170cab36a5eaa483;p=rrdtool-all.git diff --git a/program/doc/rrdgraph_rpn.pod b/program/doc/rrdgraph_rpn.pod index 5000d7a1..6e31ea6d 100644 --- a/program/doc/rrdgraph_rpn.pod +++ b/program/doc/rrdgraph_rpn.pod @@ -139,6 +139,13 @@ Example: C will compute the average of the values v1 to v6 after removing the smallest and largest. +B + +Pop one element (I) from the stack. Now pop I elements and build the +average, ignoring all UNKNOWN values in the process. + +Example: C + B Create a "sliding window" average of another data series.