R/RcppExports.R

Defines functions imagetodf4 imagetodf3 imagetodf2 imagetodf1

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

imagetodf1 <- function(image_matrix, V, bottom = 0, top = 1, left = 0, right = 1) {
    .Call(`_patternplot_imagetodf1`, image_matrix, V, bottom, top, left, right)
}

imagetodf2 <- function(image_matrix, V, bottom = 0, top = 1, left = 0, right = 1) {
    .Call(`_patternplot_imagetodf2`, image_matrix, V, bottom, top, left, right)
}

imagetodf3 <- function(image_matrix, V, r1 = 1, r2 = 0, bottom = 0, top = 1, left = 0, right = 1) {
    .Call(`_patternplot_imagetodf3`, image_matrix, V, r1, r2, bottom, top, left, right)
}

imagetodf4 <- function(image_matrix, V, r2 = 3, bottom = 0, top = 1, left = 0, right = 1) {
    .Call(`_patternplot_imagetodf4`, image_matrix, V, r2, bottom, top, left, right)
}

Try the patternplot package in your browser

Any scripts or data that you put into this service are public.

patternplot documentation built on April 21, 2020, 5:05 p.m.