C Library Functions  - plotco (3)

NAME

plotco(3f) - [M_datapac:GENERIC_LINE_PLOT] generate a line printer autocorrelation plot

CONTENTS

Synopsis
Description
Options
Examples
Author
Maintainer
License

SYNOPSIS

SUBROUTINE PLOTCO(Y,N)

          REAL(kind=wp) :: Y(:)
          INTEGER       :: N

DESCRIPTION

This routine yields a multi-page (if necessary) plot of the autocorrelation coefficient r(k) versus the lag k.

There is no restriction on the maximum value of n for this routine.

OPTIONS

X description of parameter
Y description of parameter

EXAMPLES

Sample program:

   program demo_plotco
   use M_datapac, only : plotco
   implicit none
   ! call plotco(x,y)
   end program demo_plotco

Results:

AUTHOR

The original DATAPAC library was written by James Filliben of the Statistical Engineering Division, National Institute of Standards and Technology.

MAINTAINER

John Urban, 2022.05.31

LICENSE

CC0-1.0


Nemo Release 3.1 plotco (3) July 22, 2023
Generated by manServer 1.08 from 4c21a617-88cd-4a4d-9faa-03465b1718b5 using man macros.