Learn R Programming

sandwichr (version 1.0.4)

ssh.data.txt: Prepare text data for Geodetector

Description

Prepare the input from text files for the geographical detector model.

Usage

ssh.data.txt(object)

Value

A list of two data frames.

Arguments

object

A list of two data frames generated by load.data.txt, including a file linking sampling and SSH layers linking reporting and SSH layers and a file.

Examples

Run this code
data(bc.data)
bc.join <- ssh.data.txt(object=bc.data)

Run the code above in your browser using DataLab