produce_gauss_array | R Documentation |
Convert a coord.data.frame to a matrix with points represented as a gaussian process.
produce_gauss_array( data, point_strength, position_error = 0.5, radius = 10, res = 0.1 )
data |
A coord.data.frame |
point_strength |
An attribute to be used as the amplitude of the gaussian process. Typically 'Diameter'. |
position_error |
Standard deviation of gaussian process. |
radius |
Radius of plot. |
res |
Resolution of output matrix. Do not recommend higher resolution (lower values) than 0.1. Significant computing time. |
A gauss.coord.array containing columns: x,y,value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.