getNetworkGridLayout {AFM}R Documentation

#' @export getCoordinatesFromVertexId2<-function(AFMImage, vId) vertexId<-as.numeric(vId) y<-floor(vertexId/HASHSIZE) x<-vertexId-y*HASHSIZE return(data.table(vId=vId, coords.x1=x,coords.x2=y)) Get getNetworkGridLayout

Description

getNetworkGridLayout return a list x,y coordinates

Usage

getNetworkGridLayout(AFMImage, vId)

Arguments

AFMImage

an AFMImage from Atomic Force Microscopy

vId

the vertex id

Author(s)

M.Beauvais


[Package AFM version 2.0 Index]