create_smartTable: Create a look up table

Description Usage Value Author(s) Examples

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

1

Value

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

Author(s)

Alberto Krone-Martins, Andre Moitinho

Examples

1
2
3
4
5
6
# Create the table
library(RSQLite)
stcon <- create_smartTable() 

# Clean the environment
dbDisconnect(stcon)

UPMASK documentation built on May 2, 2019, 2:39 p.m.