Revision 8039f26e9e0b54518a454d0c367749eedede62ec authored by Cristiane Taniguti on 26 November 2022, 04:00:02 UTC, committed by cran-robot on 26 November 2022, 04:00:02 UTC
1 parent e534ab9
Raw File
create_dataframe_for_plot_outcross.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/plot_raw_data.R
\name{create_dataframe_for_plot_outcross}
\alias{create_dataframe_for_plot_outcross}
\title{Create a dataframe suitable for a ggplot2 graphic}
\usage{
create_dataframe_for_plot_outcross(x)
}
\arguments{
\item{x}{an object of classes \code{onemap} and \code{outcross}, with data and additional information}
}
\value{
a dataframe
}
\description{
An internal function that prepares a dataframe suitable for
drawing a graphic of raw data using ggplot2, i. e., a data frame
with long format
}
back to top