as.data.frame.geoda: convert rgeoda instance to data.frame

View source: R/read_geoda.R

as.data.frame.geodaR Documentation

convert rgeoda instance to data.frame

Description

Override the as.data.frame function for rgeoda instance

Usage

## S3 method for class 'geoda'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

Arguments

x

A rgeoda object

row.names

NULL or a character vector giving the row names for the data frame. Missing values are not allowed.

optional

optional parameters

...

other arguments passed to methods

Value

A data.frame object


GeoDaCenter/rgeoda documentation built on Dec. 20, 2024, 11:18 p.m.