Learn R Programming

IFC (version 0.2.1)

cpp_coord_to_px: Coordinates to Pixels

Description

low-level function to compute pixels coordinates

Value

a 2 columns NumericMatrix of x and y pixels coordinates.

Arguments

x

NumericVector of x-coordinates of the points.

y

NumericVector of y-coordinates of the points.

param

NumericVector of parameters to scale raw points coordinates to pixels coordinates.