Learn R Programming

UPMASK (version 1.2)

create_smartTable: Create a look up table

Description

create_smartTable will create a look up table for random field analysis inside an SQLite database. The table is automatically filled each time UPMASK calls the function analyse_randomKde2d_smart.

Usage

create_smartTable()

Arguments

Value

A data base connection to the SQLite database containing the smartTable.

Examples

Run this code
# NOT RUN {
# Create the table
library(RSQLite)
stcon <- create_smartTable() 

# Clean the environment
dbDisconnect(stcon)

# }

Run the code above in your browser using DataLab