vector_to_df: Convert a Vector to a Data Frame

View source: R/multiscaleSVDxpts.R

vector_to_dfR Documentation

Convert a Vector to a Data Frame

Description

Convert a Vector to a Data Frame

Usage

vector_to_df(vector, column_name)

Arguments

vector

The input vector

column_name

The base name for the columns

Value

A data frame with one row and columns determined by the length of the vector

Examples

vector_to_df(1:10, "nm")

stnava/ANTsR documentation built on April 13, 2025, 4:10 a.m.