A data.frame of raw data and fitted 2D-Gaussian parameters; intended for use with predict_gaussian_2D()

gaussplot_sample_data

Format

A data frame with 36 rows and 11 variables:

X_values

vector of numeric values for the x-axis

Y_values

vector of numeric values for the y-axis

response

vector of numeric values for the response variable

norm_g_resp

normalized values from the 2D-Gaussian fit

g_resp

values from the 2D-Gaussian fit

A

amplitude of 2D-Gaussian (repeated)

X_peak

location of peak x-axis value (repeated)

X_var

variance in x (repeated)

Q

orientation parameter of the gaussian (repeated)

Y_peak

location of peak y-axis value (repeated)

Y_var

variance in y (repeated)