get_grid_points: A function to decide grid points in a higher-dimensional...

View source: R/haystack_highD.R

get_grid_pointsR Documentation

A function to decide grid points in a higher-dimensional space

Description

A function to decide grid points in a higher-dimensional space

Usage

get_grid_points(input, method = "centroid", grid.points = 100)

Arguments

input

A numerical matrix with higher-dimensional coordinates (columns) of points (rows)

method

The method to decide grid points. Should be "centroid" (default) or "seeding".

grid.points

The number of grid points to return. Default is 100.

Value

Coordinates of grid points in the higher-dimensonal space.


singleCellHaystack documentation built on Dec. 28, 2022, 1:29 a.m.