smoothing | R Documentation |
This function will add the data points into the existing score matrix to make the surface in 3D visualization smoothly. Kriging algotithom is used for imputation.
smoothing(scores.mat, len = 2)
scores.mat |
matrix, the matix for response valuses or synergy scores. |
len |
integer, the number of data points will be added between two neighbor dosages in original matrix. |
The matrix with addational data points.
Jing Tang jing.tang@helsinki.fi Shuyu Zheng shuyu.zheng@helsinki.fi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.