[413088]: / man / generateGeoJSON.Rd

Download this file

17 lines (15 with data), 407 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/import.R
\name{generateGeoJSON}
\alias{generateGeoJSON}
\title{generateGeoJSON}
\usage{
generateGeoJSON(segments, file)
}
\arguments{
\item{segments}{the segments, typically from \link{vrSegments}.}
\item{file}{the GeoJSON file, typically to be used by QuPath software.}
}
\description{
generating geojson files from segments
}