https://github.com/cran/gstat
Revision 1b2742a3d71abc7fbde73ca141b23e1375f185bf authored by Edzer Pebesma on 30 October 2011, 00:00:00 UTC, committed by Gabor Csardi on 30 October 2011, 00:00:00 UTC
1 parent f056b6c
Raw File
Tip revision: 1b2742a3d71abc7fbde73ca141b23e1375f185bf authored by Edzer Pebesma on 30 October 2011, 00:00:00 UTC
version 1.0-9
Tip revision: 1b2742a
plot.h
typedef enum {
	GNUPLOT = 0,
	PSLATEX,
	CGM,
	GIF,
	EPS,
	PNG,
	EEPIC,
	UNKNOWN
} PLOT_TYPE;

int fprint_gnuplot_variogram(FILE *f, const VARIOGRAM *v, char *epsf,
	PLOT_TYPE p, int window_nr);
int fprint_jgraph_variogram(FILE *f, const VARIOGRAM *v);
void fprint_gnuplot_model(FILE *f, const VARIOGRAM *vgm, int fit);
back to top