View source: R/maskEstimator.R
For a grid of dimColumns estimated borders for points grouped by maskField.
1 2 3 4 5 6 7 | maskEstimator(
data,
maskField,
gridSize = 200,
threshold = 1e-04,
dimColumns = c("tSNE_1", "tSNE_2")
)
|
1 2 3 4 | ## Not run:
clusterMasking <- maskEstimator(dataForPlot, "Cluster", dimColumns=c("UMAP_1", "UMAP_2"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.