1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/S4_class.R
\name{get_sim_tb}
\alias{get_sim_tb}
\alias{get_sim_tb,region_cossim-method}
\title{An S4 generic to get the sim_tb from a region_cossim object.}
\usage{
get_sim_tb(x)
\S4method{get_sim_tb}{region_cossim}(x)
}
\arguments{
\item{x}{A region_cossim object}
\item{region_cossim}{A region_cossim object}
}
\value{
A tibble containing the calculated similarities of the windows.
A tibble containing the calculated similarities of the windows.
}
\description{
An S4 generic to get the sim_tb from a region_cossim object.
An S4 method for the get_sim_tb generic
}
\section{Methods (by class)}{
\itemize{
\item \code{region_cossim}: Get the sim_tb from a region_cossim object.
}}
|